Searched refs:SF_PRE_PARSED (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | optimize.c | 139 start_preparsed_function (clone, NULL_TREE, SF_PRE_PARSED); in maybe_clone_body()
|
| 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()
|
| D | decl2.c | 2326 start_preparsed_function (fndecl, /*attrs=*/NULL_TREE, SF_PRE_PARSED); in start_objects() 2496 SF_PRE_PARSED); in start_static_storage_duration_function()
|
| D | cp-tree.h | 3510 #define SF_PRE_PARSED 1 /* The function declaration has macro
|
| D | decl.c | 5631 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()
|
| D | pt.c | 12315 start_preparsed_function (d, NULL_TREE, SF_PRE_PARSED); in instantiate_decl()
|
| D | parser.c | 16140 SF_PRE_PARSED | SF_INCLASS_INLINE); in cp_parser_late_parsing_for_member()
|
| D | ChangeLog-1999 | 2399 (SF_DEFAULT, SF_PRE_PARSED, SF_INCLASS_INLINE, SF_EXPAND): New
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | optimize.c | 205 start_function (NULL_TREE, clone, NULL_TREE, SF_PRE_PARSED);
|
| D | method.c | 474 start_function (NULL_TREE, thunk_fndecl, NULL_TREE, SF_PRE_PARSED); 778 start_function (NULL_TREE, fndecl, NULL_TREE, SF_DEFAULT | SF_PRE_PARSED);
|
| D | spew.c | 959 (SF_DEFAULT | SF_PRE_PARSED | SF_INCLASS_INLINE));
|
| D | decl.c | 9281 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))
|
| D | decl2.c | 2351 SF_PRE_PARSED); in start_static_storage_duration_function()
|
| D | cp-tree.h | 3508 #define SF_PRE_PARSED 1 /* The function declaration has macro
|
| D | pt.c | 10567 start_function (NULL_TREE, d, NULL_TREE, SF_PRE_PARSED);
|
| D | ChangeLog.2 | 2399 (SF_DEFAULT, SF_PRE_PARSED, SF_INCLASS_INLINE, SF_EXPAND): New
|