Searched refs:start_preparsed_function (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | optimize.c | 139 start_preparsed_function (clone, NULL_TREE, SF_PRE_PARSED); in maybe_clone_body()
|
H A D | method.c | 464 start_preparsed_function (thunk_fndecl, NULL_TREE, SF_PRE_PARSED); in use_thunk() 774 start_preparsed_function (fndecl, NULL_TREE, SF_DEFAULT | SF_PRE_PARSED); in synthesize_method()
|
H A D | ChangeLog-2004 | 695 * decl.c (start_preparsed_function): Call check_function_type even 1567 build_enumerator, check_function_type, start_preparsed_function, 1957 * decl.c (make_rtl_for_nonlocal_decl, start_preparsed_function): 2191 (start_preparsed_function): Likewise. 2442 grok_op_properties, tag_name, xref_tag, start_preparsed_function, 2532 xref_basetypes, start_preparsed_function, save_function_data, 2983 * decl.c (start_preparsed_function): Move determine_visibility 3017 (start_preparsed_function): Constructors may need a return label. 3043 (start_preparsed_function): Call determine_visibility. 3283 * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and [all …]
|
H A D | decl2.c | 2326 start_preparsed_function (fndecl, /*attrs=*/NULL_TREE, SF_PRE_PARSED); in start_objects() 2494 start_preparsed_function (ssdf_decl, in start_static_storage_duration_function()
|
H A D | ChangeLog | 788 (start_preparsed_function): Don't use lbasename on 1211 (start_preparsed_function): Do not call check_default_args. 2357 (start_preparsed_function): Likewise. 3058 (start_preparsed_function, finish_function): Likewise. 3149 * decl.c (start_preparsed_function): Call maybe_apply_pragma_weak 3303 * decl.c (start_preparsed_function): Check default arguments 4604 * decl.c (start_preparsed_function): Do not pay attention to 5431 * decl.c (start_preparsed_function): Use decl's location for file 6205 * decl.c (start_preparsed_function): Robustify. 6486 (start_preparsed_function): Use cp_apply_type_quals_to_decl.
|
H A D | decl.c | 5631 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED); in start_cleanup_fn() 10501 start_preparsed_function (tree decl1, tree attrs, int flags) in start_preparsed_function() function 10859 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT); in start_function()
|
H A D | cp-tree.h | 3930 extern void start_preparsed_function (tree, tree, int);
|
H A D | pt.c | 12315 start_preparsed_function (d, NULL_TREE, SF_PRE_PARSED); in instantiate_decl()
|
H A D | parser.c | 16139 start_preparsed_function (member_function, NULL_TREE, in cp_parser_late_parsing_for_member()
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 8514 start_preparsed_function (fndecl, attrs, /*flags=*/SF_DEFAULT); in objc_start_function()
|