Searched refs:pushed_scope (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c10351 tree pushed_scope;
10359 &pushed_scope);
10383 if (pushed_scope)
10384 pop_scope (pushed_scope);
12472 tree pushed_scope = NULL_TREE;
12497 pushed_scope = push_scope (saved_scope);
12501 if (pushed_scope)
12502 pop_scope (pushed_scope);
16537 tree id, type, decl, pushed_scope = NULL_TREE, attributes;
16634 attributes, NULL_TREE, &pushed_scope);
10349 tree pushed_scope; local
12470 tree pushed_scope = NULL_TREE; local
16535 tree id, type, decl, pushed_scope = NULL_TREE, attributes; local
16977 tree pushed_scope = NULL_TREE; local
17504 tree pushed_scope = NULL_TREE; local
20007 tree pushed_scope = NULL_TREE; local
20160 tree pushed_scope = NULL_TREE; local
22855 tree pushed_scope = NULL_TREE; local
23323 tree pushed_scope = NULL_TREE; local
30297 tree pushed_scope, auto_node; local
[all...]
H A Ddecl2.c647 tree pushed_scope;
695 pushed_scope = push_scope (ctype);
753 if (pushed_scope)
754 pop_scope (pushed_scope);
800 if (pushed_scope)
801 pop_scope (pushed_scope);
646 tree pushed_scope; local
H A Dpt.c9337 tree pushed_scope;
9343 pushed_scope = push_scope (CP_TYPE_CONTEXT (type));
9387 if (pushed_scope)
9388 pop_scope (pushed_scope);
22109 tree pushed_scope;
22166 pushed_scope = push_scope (scope);
22201 if (pushed_scope)
22202 pop_scope (pushed_scope);
9336 tree pushed_scope; local
22107 tree pushed_scope; local
H A Ddecl.c8062 tree pushed_scope;
8097 pushed_scope = push_scope (ctype);
8099 if (pushed_scope)
8100 pop_scope (pushed_scope);
8047 tree pushed_scope; local

Completed in 302 milliseconds