Lines Matching refs:TOK_STR
2585 #define TOK_STR 0xb5 /* pointer to string in tokc */ macro
7324 case TOK_STR: in get_tok_str()
7328 if (v == TOK_STR) { in get_tok_str()
7963 case TOK_STR: in tok_ext_size()
8044 case TOK_STR: in tok_str_add2()
8129 case TOK_STR: \
8530 if (tok == TOK_STR) { in preprocess()
8532 if (tok != TOK_STR) { in preprocess()
8702 if (tok != TOK_STR) in preprocess()
9423 tok = TOK_STR; in next_nomacro1()
9629 tok_str_add2(&str, TOK_STR, &cval); in macro_arg_subst()
9729 t1 = TOK_STR; in macro_subst_tok()
12039 if (tok != TOK_STR) in parse_attribute()
12815 case TOK_STR: in unary()
14085 if ((first && tok != TOK_LSTR && tok != TOK_STR) || in decl_initializer()
14095 (tok == TOK_STR && in decl_initializer()
14097 while (tok == TOK_STR || tok == TOK_LSTR) { in decl_initializer()
14103 if (tok == TOK_STR) in decl_initializer()
14117 if (sec && tok == TOK_STR && size1 == 1) { in decl_initializer()
14121 if (tok == TOK_STR) in decl_initializer()
14299 while (tok == TOK_STR || tok == TOK_LSTR) { in decl_initializer_alloc()
17586 if (tok != TOK_STR) in asm_parse_directive()
17597 } else if (tok != TOK_STR) { in asm_parse_directive()
17627 if (tok == TOK_STR) in asm_parse_directive()
17636 if (tok != TOK_STR) in asm_parse_directive()
17925 if (tok != TOK_STR) in parse_asm_operands()
17962 if (tok != TOK_STR) in parse_asm_str()
17965 while (tok == TOK_STR) { in parse_asm_str()
18008 if (tok != TOK_STR) in asm_instr()