Searched refs:start_preparsed_function (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | optimize.c | 139 start_preparsed_function (clone, NULL_TREE, SF_PRE_PARSED); in maybe_clone_body()
|
| H A D | ChangeLog.gcc43 | 96 (start_preparsed_function): Define and document value of
|
| H A D | method.c | 466 start_preparsed_function (thunk_fndecl, NULL_TREE, SF_PRE_PARSED); in use_thunk() 776 start_preparsed_function (fndecl, NULL_TREE, SF_DEFAULT | SF_PRE_PARSED); in synthesize_method()
|
| H A D | ChangeLog-2004 | 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. 2532 xref_basetypes, start_preparsed_function, save_function_data, 2983 * decl.c (start_preparsed_function): Move determine_visibility 3043 (start_preparsed_function): Call determine_visibility. 3283 * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and 4528 (start_preparsed_function): New function. 4563 * method.c (use_thunk): Use start_preparsed_function. 4566 * optimize.c (maybe_clone_body): Use start_preparsed_function. [all …]
|
| H A D | decl2.c | 2366 start_preparsed_function (fndecl, /*attrs=*/NULL_TREE, SF_PRE_PARSED); in start_objects() 2538 start_preparsed_function (ssdf_decl, in start_static_storage_duration_function()
|
| H A D | ChangeLog | 857 (start_preparsed_function): Don't use lbasename on 1280 (start_preparsed_function): Do not call check_default_args. 2426 (start_preparsed_function): Likewise. 3127 (start_preparsed_function, finish_function): Likewise. 3218 * decl.c (start_preparsed_function): Call maybe_apply_pragma_weak 3372 * decl.c (start_preparsed_function): Check default arguments 4673 * decl.c (start_preparsed_function): Do not pay attention to 5500 * decl.c (start_preparsed_function): Use decl's location for file 6274 * decl.c (start_preparsed_function): Robustify. 6555 (start_preparsed_function): Use cp_apply_type_quals_to_decl.
|
| H A D | decl.c | 5231 start_preparsed_function (block_byref_id_object_copy[kind], in synth_block_byref_id_object_copy_func() 5288 start_preparsed_function (block_byref_id_object_dispose[kind], in synth_block_byref_id_object_dispose_func() 6065 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED); in start_cleanup_fn() 11049 start_preparsed_function (tree decl1, tree attrs, int flags) in start_preparsed_function() function 11493 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT); in start_function()
|
| H A D | parser.c | 16661 start_preparsed_function (member_function, NULL_TREE, in cp_parser_late_parsing_for_member() 19492 start_preparsed_function (cur_block->copy_helper_func_decl, in synth_copy_helper_block_func() 19596 start_preparsed_function (cur_block->destroy_helper_func_decl, in synth_destroy_helper_block_func() 19840 start_preparsed_function (cur_block->helper_func_decl, in cp_parser_block_literal_expr()
|
| H A D | cp-tree.h | 3981 extern void start_preparsed_function (tree, tree, int);
|
| H A D | pt.c | 12353 start_preparsed_function (d, NULL_TREE, SF_PRE_PARSED); in instantiate_decl()
|