Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c158 typedef struct cp_token_cache GTY(())
165 } cp_token_cache; typedef
172 (cp_token_cache *tokens);
224 static cp_token_cache *cp_token_cache_new
338 cp_lexer_new_from_tokens (cp_token_cache *cache) in cp_lexer_new_from_tokens()
814 static cp_token_cache *
817 cp_token_cache *cache = GGC_NEW (cp_token_cache); in cp_token_cache_new()
2855 cp_parser_push_lexer_for_tokens (cp_parser *parser, cp_token_cache *cache) in cp_parser_push_lexer_for_tokens()
16642 cp_token_cache *tokens; in cp_parser_late_parsing_for_member()
16736 cp_token_cache *tokens; in cp_parser_late_parsing_default_args()
H A Dcp-tree.h445 struct cp_token_cache *tokens;
1610 struct cp_token_cache * GTY ((tag ("2"))) pending_inline_info;
H A DChangeLog-20041971 (struct cp_token_cache): Now just a pair of pointers.