Home
last modified time | relevance | path

Searched defs:cp_token (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.h41 typedef struct GTY (()) cp_token { struct
64 union cp_token_value { argument
70 } cp_token; argument
H A Dparser.c256 cp_lexer_dump_tokens (FILE *file, VEC(cp_token,gc) *buffer, in cp_lexer_dump_tokens()
328 cp_lexer_debug_tokens (VEC(cp_token,gc) *buffer) in cp_lexer_debug_tokens()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.h42 struct GTY (()) cp_token { struct
64 union cp_token_value { argument
76 typedef struct cp_token *cp_token_position; argument
H A Dparser.c278 cp_lexer_dump_tokens (FILE *file, vec<cp_token, va_gc> *buffer, in cp_lexer_dump_tokens()
349 cp_lexer_debug_tokens (vec<cp_token, va_gc> *buffer) in cp_lexer_debug_tokens()
355 debug (vec<cp_token, va_gc> &ref) in debug()
361 debug (vec<cp_token, va_gc> *ptr) in debug()