Home
last modified time | relevance | path

Searched refs:cp_token_cache (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c156 typedef struct cp_token_cache GTY(())
163 } cp_token_cache; typedef
170 (cp_token_cache *tokens);
222 static cp_token_cache *cp_token_cache_new
336 cp_lexer_new_from_tokens (cp_token_cache *cache) in cp_lexer_new_from_tokens()
812 static cp_token_cache *
815 cp_token_cache *cache = GGC_NEW (cp_token_cache); in cp_token_cache_new()
2679 cp_parser_push_lexer_for_tokens (cp_parser *parser, cp_token_cache *cache) in cp_parser_push_lexer_for_tokens()
16120 cp_token_cache *tokens; in cp_parser_late_parsing_for_member()
16214 cp_token_cache *tokens; in cp_parser_late_parsing_default_args()
H A Dcp-tree.h445 struct cp_token_cache *tokens;
1601 struct cp_token_cache * GTY ((tag ("2"))) pending_inline_info;
H A DChangeLog-20041971 (struct cp_token_cache): Now just a pair of pointers.