Lines Matching refs:tokc

2285     CValue tokc;  member
2310 static CValue tokc; variable
7938 s->tokc = tokc; in save_parse_state()
7947 tokc = s->tokc; in restore_parse_state()
8098 tok_str_add2(s, tok, &tokc); in tok_str_add_tok()
8271 tokc.i = c; in expr_preprocess()
8275 tokc.i = 0; in expr_preprocess()
8315 error("invalid macro name '%s'", get_tok_str(tok, &tokc)); in parse_define()
8353 tok_str_add2(&str, tok, &tokc); in parse_define()
8459 val = tokc.i; in pragma_parse()
8536 pstrcat(buf, sizeof(buf), (char *)tokc.cstr->data); in preprocess()
8543 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc)); in preprocess()
8699 file->line_num = tokc.i - 1; /* the line number will be incremented after */ in preprocess()
8705 (char *)tokc.cstr->data); in preprocess()
8734 error("invalid preprocessing directive #%s", get_tok_str(tok, &tokc)); in preprocess()
9000 tokc.f = (float)d; in parse_number()
9005 tokc.ld = (long double)d; in parse_number()
9008 tokc.d = d; in parse_number()
9051 tokc.f = strtof(token_buf, NULL); in parse_number()
9055 tokc.ld = strtold(token_buf, NULL); in parse_number()
9058 tokc.d = strtod(token_buf, NULL); in parse_number()
9135 tokc.ui = n; in parse_number()
9137 tokc.ull = n; in parse_number()
9362 tokc.cstr = &tokcstr; in next_nomacro1()
9414 tokc.i = *(int8_t *)tokcstr.data; in next_nomacro1()
9417 tokc.i = *(int *)tokcstr.data; in next_nomacro1()
9421 tokc.cstr = &tokcstr; in next_nomacro1()
9568 printf("token = %s\n", get_tok_str(tok, &tokc)); in next_nomacro1()
9580 TOK_GET(tok, macro_ptr, tokc); in next_nomacro()
9582 file->line_num = tokc.i; in next_nomacro()
9793 tok_str_add2(&str, tok, &tokc); in macro_subst_tok()
9868 tokc = cval; in macro_twosharps()
9888 p1 = get_tok_str(tok, &tokc); in macro_twosharps()
9900 tokc.cstr = &cstr; in macro_twosharps()
9947 p1 = get_tok_str(tok, &tokc); in macro_twosharps()
9953 tok_str_add2(&macro_str1, tok, &tokc); in macro_twosharps()
9956 tokc = cval; in macro_twosharps()
9961 tok_str_add2(&macro_str1, tok, &tokc); in macro_twosharps()
10072 parse_number((char *)tokc.cstr->data); in next()
10089 *q++ = tokc.tab[i]; in unget_tok()
12041 ad->section = find_section(tcc_state, (char *)tokc.cstr->data); in parse_attribute()
12744 vsetc(&type, VT_CONST, &tokc); in vpush_tokc()
12764 vpushi(tokc.i); in unary()
14101 cstr = tokc.cstr; in decl_initializer()
16151 p = tokc.cstr->data; in parse_operand()
17125 p = tokc.cstr->data; in asm_expr_unary()
17173 pe->v = tokc.i; in asm_expr_unary()
17201 error("bad expression syntax [%s]", get_tok_str(tok, &tokc)); in asm_expr_unary()
17451 p = tokc.cstr->data; in asm_parse_directive()
17588 p = tokc.cstr->data; in asm_parse_directive()
17589 size = tokc.cstr->size; in asm_parse_directive()
17628 pstrcat(sname, sizeof(sname), tokc.cstr->data); in asm_parse_directive()
17721 p = tokc.cstr->data; in tcc_assemble_internal()
17927 op->constraint = tcc_malloc(tokc.cstr->size); in parse_asm_operands()
17928 strcpy(op->constraint, tokc.cstr->data); in parse_asm_operands()
17967 cstr_cat(astr, tokc.cstr->data); in parse_asm_str()
18010 asm_clobber(clobber_regs, tokc.cstr->data); in asm_instr()