Home
last modified time | relevance | path

Searched refs:got_scope (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y621 got_scope = $$;
628 got_scope = $$;
1710 got_scope = NULL_TREE;
1800 { got_scope = NULL_TREE; $$ = 1; }
1807 { got_scope = NULL_TREE; $$ = 1; }
2971 got_scope = NULL_TREE;
3050 { got_scope = NULL_TREE;
3058 { got_scope = NULL_TREE;
3061 { got_scope = NULL_TREE;
3067 { got_scope = NULL_TREE;
[all …]
H A Dlex.h78 extern GTY(()) tree got_scope;
H A Dspew.c579 tree got_scope; variable
614 t = got_scope;
891 if (got_scope || got_object)
904 got_scope = NULL_TREE;
H A Ddecl.c6468 if (got_scope)
6469 type = got_scope;
6510 if (got_scope && got_scope != type
6515 val = build_typename_type (got_scope, name,
6525 if (got_scope)
H A DChangeLog.14346 * decl.c (lookup_name_real): Deal with got_scope == error_mark_node.
6742 * decl.c (lookup_name): Don't unset got_scope here.
6745 got_scope != NULL_TREE.
6920 * decl.c (lookup_name): if (got_scope == current_class_type)
6966 If got_scope is not an aggregate, just return NULL_TREE.
7005 * decl.c (lookup_name): If the type denoted by got_scope is
7033 into the parser, using a new global variable `got_scope'. Reduced
7050 * lex.h: Add decl for got_scope.
7056 got_scope and looking_at_typename; otherwise don't.
H A DChangeLog10574 * parse.y (operator): Set got_object from got_scope.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-1994906 * decl.c (lookup_name_real): Deal with got_scope == error_mark_node.
3302 * decl.c (lookup_name): Don't unset got_scope here.
3305 got_scope != NULL_TREE.
3480 * decl.c (lookup_name): if (got_scope == current_class_type)
3526 If got_scope is not an aggregate, just return NULL_TREE.
3565 * decl.c (lookup_name): If the type denoted by got_scope is
3593 into the parser, using a new global variable `got_scope'. Reduced
3610 * lex.h: Add decl for got_scope.
3616 got_scope and looking_at_typename; otherwise don't.
H A DChangeLog-2002377 * lex.h (got_scope): Remove.
H A DChangeLog-2000702 * parse.y (operator): Set got_object from got_scope.