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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c6627 tree pushed_scope;
6634 &pushed_scope);
6649 if (pushed_scope)
6650 pop_scope (pushed_scope);
7788 tree pushed_scope = NULL_TREE;
7813 pushed_scope = push_scope (saved_scope);
7817 if (pushed_scope)
7818 pop_scope (pushed_scope);
10963 tree pushed_scope = NULL;
11125 &pushed_scope);
6625 tree pushed_scope; local
7786 tree pushed_scope = NULL_TREE; local
10961 tree pushed_scope = NULL; local
11392 tree pushed_scope = NULL_TREE; local
13041 tree pushed_scope = NULL_TREE; local
13142 tree pushed_scope = NULL_TREE; local
14941 tree pushed_scope = NULL_TREE; local
15332 tree pushed_scope = NULL_TREE; local
[all...]
H A Ddecl2.c586 tree pushed_scope;
620 pushed_scope = push_scope (ctype);
669 if (pushed_scope)
670 pop_scope (pushed_scope);
724 if (pushed_scope)
725 pop_scope (pushed_scope);
585 tree pushed_scope; local
H A Dpt.c5674 tree pushed_scope;
5680 pushed_scope = push_scope (context ? context : global_namespace);
5702 if (pushed_scope)
5703 pop_scope (pushed_scope);
12912 tree pushed_scope;
12941 pushed_scope = push_scope (scope);
12971 if (pushed_scope)
12972 pop_scope (pushed_scope);
5673 tree pushed_scope; local
12910 tree pushed_scope; local
H A Ddecl.c6124 tree pushed_scope;
6133 pushed_scope = push_scope (ctype);
6135 if (pushed_scope)
6136 pop_scope (pushed_scope);
6109 tree pushed_scope; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c8173 tree pushed_scope;
8181 &pushed_scope);
8208 if (pushed_scope)
8209 pop_scope (pushed_scope);
9720 tree pushed_scope = NULL_TREE;
9745 pushed_scope = push_scope (saved_scope);
9749 if (pushed_scope)
9750 pop_scope (pushed_scope);
13456 tree pushed_scope = NULL;
13653 &pushed_scope);
8171 tree pushed_scope; local
9718 tree pushed_scope = NULL_TREE; local
13454 tree pushed_scope = NULL; local
13932 tree pushed_scope = NULL_TREE; local
15949 tree pushed_scope = NULL_TREE; local
16056 tree pushed_scope = NULL_TREE; local
18013 tree pushed_scope = NULL_TREE; local
18494 tree pushed_scope = NULL_TREE; local
22305 tree pushed_scope, auto_node; local
[all...]
H A Ddecl2.c599 tree pushed_scope;
638 pushed_scope = push_scope (ctype);
687 if (pushed_scope)
688 pop_scope (pushed_scope);
734 if (pushed_scope)
735 pop_scope (pushed_scope);
598 tree pushed_scope; local
H A Dpt.c7831 tree pushed_scope;
7837 pushed_scope = push_scope (context ? context : global_namespace);
7881 if (pushed_scope)
7882 pop_scope (pushed_scope);
18111 tree pushed_scope;
18159 pushed_scope = push_scope (scope);
18193 if (pushed_scope)
18194 pop_scope (pushed_scope);
7830 tree pushed_scope; local
18109 tree pushed_scope; local
H A Ddecl.c6955 tree pushed_scope;
6982 pushed_scope = push_scope (ctype);
6984 if (pushed_scope)
6985 pop_scope (pushed_scope);
6940 tree pushed_scope; local

Completed in 300 milliseconds