Lines Matching refs:SYM_FIELD
2232 #define SYM_FIELD 0x20000000 /* struct/union field symbol space */ macro
6005 sym_push(sym->v & ~SYM_FIELD, type, in gfunc_prolog()
7440 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) { in sym_push()
7484 if (!(v & SYM_FIELD) && (v & ~SYM_STRUCT) < SYM_FIRST_ANOM) { in sym_pop()
8340 s = sym_push2(&define_stack, varg | SYM_FIELD, is_vaargs, 0); in parse_define()
9797 sym_push2(&args, sa->v & ~SYM_FIELD, sa->type.t, (long)str.str); in macro_subst_tok()
11639 s = sym_push(SYM_FIELD, type, 0, -1); in mk_pointer()
12286 ss = sym_push(v | SYM_FIELD, &type1, 0, offset); in struct_decl()
12527 s = sym_push(n | SYM_FIELD, &pt, 0, 0); in post_type()
12549 s = sym_push(SYM_FIELD, type, ad->func_call, l); in post_type()
12570 s = sym_push(SYM_FIELD, type, 0, n); in post_type()
13046 tok |= SYM_FIELD; in unary()
13895 l |= SYM_FIELD; in decl_designator()
14523 if ((s->v & ~SYM_FIELD) == v) in func_decl_list()
14560 sym_push2(&local_stack, SYM_FIELD, 0, 0); in gen_function()
14691 if (!(sym->v & ~SYM_FIELD)) in decl()
14868 func_old_type.ref = sym_push(SYM_FIELD, &int_type, FUNC_CDECL, FUNC_OLD); in tcc_compile()
14877 s1 = sym_push(SYM_FIELD, VT_UNSIGNED | VT_INT, 0, 0); in tcc_compile()