Home
last modified time | relevance | path

Searched refs:at_function_scope_p (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc297 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 Dlibcp1plugin.cc142 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 Ddecl.c7662 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 Dsearch.c402 at_function_scope_p (void) in at_function_scope_p() function
H A Dinit.c3806 && (!processing_template_decl || at_function_scope_p ())) in build_new()
H A Dsemantics.c1739 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 Dcall.c344 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 Dcp-tree.h7100 extern int at_function_scope_p (void);
H A Dclass.c7730 if (processing_template_decl && at_function_scope_p () in finish_struct()
H A Dpt.c4133 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 Dparser.c10687 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 Dsearch.cc437 at_function_scope_p (void) in at_function_scope_p() function
H A Ddecl.cc8270 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 DChangeLog-20022506 * 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 DChangeLog-201121 * 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 DChangeLog-2006282 instead of at_function_scope_p.
287 instead of at_function_scope_p.
H A Dinit.cc3869 && (!processing_template_decl || at_function_scope_p ())) in build_new()
H A DChangeLog-1999608 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 Dsemantics.cc2010 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 Dcall.cc341 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 Dcp-tree.h7504 extern int at_function_scope_p (void);
H A Dclass.cc7833 if (processing_template_decl && at_function_scope_p () in finish_struct()
H A DChangeLog-20142489 * pt.c (tsubst_copy): Don't check at_function_scope_p.
H A Dparser.cc11201 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 Dpt.cc4231 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()