Lines Matching refs:sym_push
5437 static Sym *sym_push(int v, CType *type, int r, int c);
6005 sym_push(sym->v & ~SYM_FIELD, type, in gfunc_prolog()
7426 static Sym *sym_push(int v, CType *type, int r, int c) in sym_push() function
10180 s = sym_push(v, type, r | VT_CONST | VT_SYM, 0); in external_sym()
11639 s = sym_push(SYM_FIELD, type, 0, -1); in mk_pointer()
12149 s = sym_push(v | SYM_STRUCT, &type1, 0, -1); in struct_decl()
12174 ss = sym_push(v, &int_type, VT_CONST, c); in struct_decl()
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()
14364 sym_push(v, type, r, addr); in decl_initializer_alloc()
14439 sym = sym_push(v, type, r | VT_SYM, 0); in decl_initializer_alloc()
14768 sym = sym_push(v, &type, 0, 0); in decl()
14868 func_old_type.ref = sym_push(SYM_FIELD, &int_type, FUNC_CDECL, FUNC_OLD); in tcc_compile()
14876 sym = sym_push(p, mk_pointer(VT_VOID), FUNC_CDECL, FUNC_NEW); in tcc_compile()
14877 s1 = sym_push(SYM_FIELD, VT_UNSIGNED | VT_INT, 0, 0); in tcc_compile()
14880 sym_push(TOK_alloca, VT_FUNC | (p << VT_STRUCT_SHIFT), VT_CONST, 0); in tcc_compile()