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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c112 /* The cp_lexer structure represents the C++ lexer. It is responsible
114 it to the parser. Tokens are never added to the cp_lexer after
117 typedef struct cp_lexer GTY (())
141 struct cp_lexer *next;
149 } cp_lexer;
168 static cp_lexer *cp_lexer_new_main
170 static cp_lexer *cp_lexer_new_from_tokens
173 (cp_lexer *);
175 (const cp_lexer *);
177 (cp_lexer *, boo
116 typedef struct cp_lexer GTY (()) function
[all...]

Completed in 109 milliseconds