Searched refs:saved_scope (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcxx-pretty-print.c494 tree saved_scope = enclosing_scope;
536 enclosing_scope = saved_scope;
1625 tree saved_scope = pp->enclosing_scope;
1635 pp->enclosing_scope = saved_scope;
493 tree saved_scope = enclosing_scope; local
1624 tree saved_scope = pp->enclosing_scope; local
H A Dname-lookup.c6035 struct saved_scope *scope_chain;
6131 struct saved_scope *s;
6138 s = ggc_cleared_alloc<saved_scope> ();
6204 struct saved_scope *s = scope_chain;
H A Dparser.c4855 tree saved_scope;
4867 saved_scope = parser->scope;
4876 parser->scope = saved_scope;
5676 tree saved_scope;
5701 saved_scope = parser->scope;
5707 || (saved_scope && TYPE_P (saved_scope) && cxx_dialect == cxx98);
5724 parser->scope = saved_scope;
5749 parser->scope = saved_scope;
12469 tree saved_scope;
4853 tree saved_scope; local
5674 tree saved_scope; local
12467 tree saved_scope; local
24043 tree saved_scope; local
[all...]
H A Dcp-tree.h1058 struct GTY(()) saved_scope {
1095 struct saved_scope *prev;
1098 extern GTY(()) struct saved_scope *scope_chain;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c2420 struct saved_scope {
2424 struct saved_scope *prev;
2440 static struct saved_scope *current_saved_scope;
2503 struct saved_scope *s
2504 = (struct saved_scope *) xmalloc (sizeof (struct saved_scope));
2596 struct saved_scope *s = current_saved_scope;
2414 struct saved_scope { struct
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c2839 struct scope *saved_scope = current_scope;
2875 current_scope = saved_scope;
2807 struct scope *saved_scope = current_scope; local

Completed in 219 milliseconds