Searched refs:cp_token_cache (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c153 /* cp_token_cache is a range of tokens. There is no need to represent
156 a cp_token_cache, since everything in here is referenced through
159 typedef struct cp_token_cache GTY(())
166 } cp_token_cache;
173 (cp_token_cache *tokens);
225 static cp_token_cache *cp_token_cache_new
339 cp_lexer_new_from_tokens (cp_token_cache *cache)
813 /* Create a new cp_token_cache, representing a range of tokens. */
815 static cp_token_cache *
818 cp_token_cache *cach
158 typedef struct cp_token_cache GTY(()) function
[all...]
H A Dcp-tree.h446 struct cp_token_cache *tokens;
1617 struct cp_token_cache * GTY ((tag ("2"))) pending_inline_info;

Completed in 121 milliseconds