Home
last modified time | relevance | path

Searched refs:SF_PRE_PARSED (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Doptimize.c139 start_preparsed_function (clone, NULL_TREE, SF_PRE_PARSED); in maybe_clone_body()
Dmethod.c464 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()
Ddecl2.c2326 start_preparsed_function (fndecl, /*attrs=*/NULL_TREE, SF_PRE_PARSED); in start_objects()
2496 SF_PRE_PARSED); in start_static_storage_duration_function()
Dcp-tree.h3510 #define SF_PRE_PARSED 1 /* The function declaration has macro
Ddecl.c5631 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED); in start_cleanup_fn()
10651 if (!processing_template_decl && !(flags & SF_PRE_PARSED)) in start_preparsed_function()
Dpt.c12315 start_preparsed_function (d, NULL_TREE, SF_PRE_PARSED); in instantiate_decl()
Dparser.c16140 SF_PRE_PARSED | SF_INCLASS_INLINE); in cp_parser_late_parsing_for_member()
DChangeLog-19992399 (SF_DEFAULT, SF_PRE_PARSED, SF_INCLASS_INLINE, SF_EXPAND): New
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Doptimize.c205 start_function (NULL_TREE, clone, NULL_TREE, SF_PRE_PARSED);
Dmethod.c474 start_function (NULL_TREE, thunk_fndecl, NULL_TREE, SF_PRE_PARSED);
778 start_function (NULL_TREE, fndecl, NULL_TREE, SF_DEFAULT | SF_PRE_PARSED);
Dspew.c959 (SF_DEFAULT | SF_PRE_PARSED | SF_INCLASS_INLINE));
Ddecl.c9281 start_function (/*specs=*/NULL_TREE, fndecl, NULL_TREE, SF_PRE_PARSED); in start_cleanup_fn()
14334 if (flags & SF_PRE_PARSED)
14521 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
Ddecl2.c2351 SF_PRE_PARSED); in start_static_storage_duration_function()
Dcp-tree.h3508 #define SF_PRE_PARSED 1 /* The function declaration has macro
Dpt.c10567 start_function (NULL_TREE, d, NULL_TREE, SF_PRE_PARSED);
DChangeLog.22399 (SF_DEFAULT, SF_PRE_PARSED, SF_INCLASS_INLINE, SF_EXPAND): New