Home
last modified time | relevance | path

Searched refs:got_object (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.h79 extern GTY(()) tree got_object;
H A Dspew.c580 tree got_object; variable
708 got_object = NULL_TREE; in yylex()
813 got_object = NULL_TREE; in yylex()
891 if (got_scope || got_object)
918 got_object = NULL_TREE;
H A Dparse.y1827 { got_object = TREE_TYPE ($$); }
1831 got_object = TREE_TYPE ($$);
3921 saved_scopes = tree_cons (got_scope, got_object, saved_scopes);
3926 got_object = got_scope;
3933 got_object = TREE_VALUE (saved_scopes);
H A Ddecl.c6470 else if (got_object != error_mark_node)
6471 type = got_object;
6527 else if (got_object && val)
6637 name, got_object, from_obj, val);
6642 if (! uses_template_parms (got_object))
H A DChangeLog.13295 * decl.c (lookup_name_real): The got_object special lookup only
3300 * spew.c (yylex): Also use DECL_NESTED_TYPENAME if got_object is set.
3302 * parse.y (primary): Unset got_object after all rules that use the
3304 (object): Set got_object.
3306 * lex.h: Declare got_object.
H A DChangeLog.29784 unless got_object depends on template parms.
10631 * spew.c (yylex): Also return the TYPE_DECL if got_object.
10632 Don't clear got_object after '~'.
H A DChangeLog10574 * parse.y (operator): Set got_object from got_scope.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19953646 * decl.c (lookup_name_real): The got_object special lookup only
3651 * spew.c (yylex): Also use DECL_NESTED_TYPENAME if got_object is set.
3653 * parse.y (primary): Unset got_object after all rules that use the
3655 (object): Set got_object.
3657 * lex.h: Declare got_object.
H A DChangeLog-19982996 unless got_object depends on template parms.
3843 * spew.c (yylex): Also return the TYPE_DECL if got_object.
3844 Don't clear got_object after '~'.
H A DChangeLog-2002378 (got_object): Remove.
H A DChangeLog-2000702 * parse.y (operator): Set got_object from got_scope.