/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 297 gcc_assert (!at_function_scope_p ()); in pop_scope() 557 if (at_function_scope_p ()) in plugin_pragma_push_user_expression() 560 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 567 gcc_assert (at_fake_function_scope_p () || at_function_scope_p ()); in plugin_pragma_push_user_expression() 581 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 588 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 647 gcc_assert (at_function_scope_p ()); in plugin_pragma_pop_user_expression() 666 gcc_assert (at_function_scope_p ()); in plugin_pragma_pop_user_expression() 902 else if (at_fake_function_scope_p () || at_function_scope_p ()) in get_current_scope() 1035 gcc_assert (!at_function_scope_p ()); in build_named_class_type() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 142 gcc_assert (!at_function_scope_p ()); in pop_scope() 401 if (at_function_scope_p ()) in plugin_pragma_push_user_expression() 404 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 411 gcc_assert (at_fake_function_scope_p () || at_function_scope_p ()); in plugin_pragma_push_user_expression() 425 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 432 gcc_assert (at_function_scope_p ()); in plugin_pragma_push_user_expression() 491 gcc_assert (at_function_scope_p ()); in plugin_pragma_pop_user_expression() 510 gcc_assert (at_function_scope_p ()); in plugin_pragma_pop_user_expression() 746 else if (at_fake_function_scope_p () || at_function_scope_p ()) in get_current_scope() 879 gcc_assert (!at_function_scope_p ()); in build_named_class_type() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 7662 if (at_function_scope_p ()) in cp_finish_decl() 7871 && !at_function_scope_p () in cp_finish_decl() 10061 else if (!at_function_scope_p ()) in grokvardecl() 10537 || !at_function_scope_p () in compute_array_index_type_loc() 11168 if (at_function_scope_p ()) in grokdeclarator() 12569 && at_function_scope_p () in grokdeclarator() 15790 if (at_function_scope_p ()) in finish_enum()
|
H A D | search.c | 402 at_function_scope_p (void) in at_function_scope_p() function
|
H A D | init.c | 3806 && (!processing_template_decl || at_function_scope_p ())) in build_new()
|
H A D | semantics.c | 1739 if (!at_function_scope_p ()) in finish_label_decl() 2986 if ((!at_function_scope_p () || CP_TYPE_CONST_P (type)) in finish_compound_literal()
|
H A D | call.c | 344 if (!nothrow && at_function_scope_p ()) in set_flags_from_callee() 12220 if (at_function_scope_p ()) in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 7100 extern int at_function_scope_p (void);
|
H A D | class.c | 7730 if (processing_template_decl && at_function_scope_p () in finish_struct()
|
H A D | pt.c | 4133 PACK_EXPANSION_LOCAL_P (purpose) = at_function_scope_p (); in make_pack_expansion() 4184 PACK_EXPANSION_LOCAL_P (result) = at_function_scope_p (); in make_pack_expansion()
|
H A D | parser.c | 10687 if (!(at_function_scope_p () || parsing_nsdmi ())) in cp_parser_lambda_introducer() 21672 if (at_function_scope_p ()) in cp_parser_direct_declarator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | search.cc | 437 at_function_scope_p (void) in at_function_scope_p() function
|
H A D | decl.cc | 8270 if (at_function_scope_p ()) in cp_finish_decl() 8475 && !at_function_scope_p () in cp_finish_decl() 10692 else if (!at_function_scope_p ()) in grokvardecl() 11176 || !at_function_scope_p () in compute_array_index_type_loc() 11842 if (at_function_scope_p ()) in grokdeclarator() 13265 && at_function_scope_p () in grokdeclarator() 16614 if (at_function_scope_p ()) in finish_enum()
|
H A D | ChangeLog-2002 | 2506 * class.c (finish_struct): Use at_function_scope_p. 2509 (finish_enum): Use at_function_scope_p. 2512 (primary): Use at_function_scope_p. 2515 (check_multiple_declarators): Use at_function_scope_p.
|
H A D | ChangeLog-2011 | 21 * search.c (at_function_scope_p): Also check cfun. 2123 * call.c (build_call_a): Also check at_function_scope_p. 2969 at_function_scope_p.
|
H A D | ChangeLog-2006 | 282 instead of at_function_scope_p. 287 instead of at_function_scope_p.
|
H A D | init.cc | 3869 && (!processing_template_decl || at_function_scope_p ())) in build_new()
|
H A D | ChangeLog-1999 | 608 etc., in a template function. Use at_function_scope_p instead of 3521 (at_function_scope_p): Likewise. 3572 * search.c (at_function_scope_p): New function.
|
H A D | semantics.cc | 2010 if (!at_function_scope_p ()) in finish_label_decl() 3284 if ((!at_function_scope_p () || CP_TYPE_CONST_P (type)) in finish_compound_literal()
|
H A D | call.cc | 341 if (!nothrow && at_function_scope_p ()) in set_flags_from_callee() 12973 if (at_function_scope_p ()) in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 7504 extern int at_function_scope_p (void);
|
H A D | class.cc | 7833 if (processing_template_decl && at_function_scope_p () in finish_struct()
|
H A D | ChangeLog-2014 | 2489 * pt.c (tsubst_copy): Don't check at_function_scope_p.
|
H A D | parser.cc | 11201 if (!(at_function_scope_p () || parsing_nsdmi ())) in cp_parser_lambda_introducer() 22214 if (!at_function_scope_p ()) in warn_about_ambiguous_parse() 23590 if (at_function_scope_p ()) in cp_parser_direct_declarator()
|
H A D | pt.cc | 4231 PACK_EXPANSION_LOCAL_P (purpose) = at_function_scope_p (); in make_pack_expansion() 4282 PACK_EXPANSION_LOCAL_P (result) = at_function_scope_p (); in make_pack_expansion()
|