Lines Matching refs:TOK_LSTR
2588 #define TOK_LSTR 0xb8 macro
7325 case TOK_LSTR: in get_tok_str()
7964 case TOK_LSTR: in tok_ext_size()
8045 case TOK_LSTR: in tok_str_add2()
8130 case TOK_LSTR: \
9425 tok = TOK_LSTR; in next_nomacro1()
12812 case TOK_LSTR: in unary()
14085 if ((first && tok != TOK_LSTR && tok != TOK_STR) || in decl_initializer()
14093 if ((tok == TOK_LSTR && in decl_initializer()
14097 while (tok == TOK_STR || tok == TOK_LSTR) { in decl_initializer()
14299 while (tok == TOK_STR || tok == TOK_LSTR) { in decl_initializer_alloc()