Searched refs:TOK_CTOR (Results 1 – 5 of 5) sorted by relevance
148 %token<tok> TOK_CTOR217 construct_expr: TOK_CTOR {230 | TOK_CTOR ctor_args {
50 TOK_CTOR = 259, enumerator
98 printd(LEX, "tok %p TOK_CTOR %p:%s\n", yylval->tok, yytext, yytext);
864 yylval->tok->type = TOK_CTOR;867 return TOK_CTOR;
243 TOK_CTOR = 259, enumerator