Searched refs:at_function_scope_p (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc268 /* at_function_scope_p () tests cfun, indicating we're actually
303 gcc_assert (!at_function_scope_p ());
563 if (at_function_scope_p ())
566 gcc_assert (at_function_scope_p ());
573 gcc_assert (at_fake_function_scope_p () || at_function_scope_p ());
587 gcc_assert (at_function_scope_p ());
594 gcc_assert (at_function_scope_p ());
653 gcc_assert (at_function_scope_p ());
672 gcc_assert (at_function_scope_p ());
911 else if (at_fake_function_scope_p () || at_function_scope_p ())
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc109 /* at_function_scope_p () tests cfun, indicating we're actually
144 gcc_assert (!at_function_scope_p ());
403 if (at_function_scope_p ())
406 gcc_assert (at_function_scope_p ());
413 gcc_assert (at_fake_function_scope_p () || at_function_scope_p ());
427 gcc_assert (at_function_scope_p ());
434 gcc_assert (at_function_scope_p ());
493 gcc_assert (at_function_scope_p ());
512 gcc_assert (at_function_scope_p ());
751 else if (at_fake_function_scope_p () || at_function_scope_p ())
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c403 at_function_scope_p (void)
402 at_function_scope_p (void) function
H A Ddecl.c7674 if (at_function_scope_p ())
7883 && !at_function_scope_p ()
10076 else if (!at_function_scope_p ())
10552 || !at_function_scope_p ()
11183 if (at_function_scope_p ())
12584 && at_function_scope_p ()
15809 if (at_function_scope_p ())
H A Dinit.c3808 && (!processing_template_decl || at_function_scope_p ()))
H A Dcall.c344 if (!nothrow && at_function_scope_p ())
12220 if (at_function_scope_p ())
H A Dsemantics.c1739 if (!at_function_scope_p ())
2986 if ((!at_function_scope_p () || CP_TYPE_CONST_P (type))
H A Dclass.c7734 if (processing_template_decl && at_function_scope_p ()
H A Dcp-tree.h7110 extern int at_function_scope_p (void);
H A Dpt.c4133 PACK_EXPANSION_LOCAL_P (purpose) = at_function_scope_p ();
4184 PACK_EXPANSION_LOCAL_P (result) = at_function_scope_p ();
H A Dparser.c10689 if (!(at_function_scope_p () || parsing_nsdmi ()))
21674 if (at_function_scope_p ())
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc438 at_function_scope_p (void)
437 at_function_scope_p (void) function
H A Ddecl.cc8282 if (at_function_scope_p ())
8487 && !at_function_scope_p ()
10707 else if (!at_function_scope_p ())
11191 || !at_function_scope_p ()
11857 if (at_function_scope_p ())
13280 && at_function_scope_p ()
16633 if (at_function_scope_p ())
H A Dinit.cc3871 && (!processing_template_decl || at_function_scope_p ()))
H A Dcall.cc341 if (!nothrow && at_function_scope_p ())
12973 if (at_function_scope_p ())
H A Dsemantics.cc2010 if (!at_function_scope_p ())
3284 if ((!at_function_scope_p () || CP_TYPE_CONST_P (type))
H A Dclass.cc7837 if (processing_template_decl && at_function_scope_p ()
H A Dcp-tree.h7515 extern int at_function_scope_p (void);
H A Dparser.cc11203 if (!(at_function_scope_p () || parsing_nsdmi ()))
22216 if (!at_function_scope_p ())
23592 if (at_function_scope_p ())
[all...]
H A Dpt.cc4231 PACK_EXPANSION_LOCAL_P (purpose) = at_function_scope_p ();
4282 PACK_EXPANSION_LOCAL_P (result) = at_function_scope_p ();

Completed in 1181 milliseconds