Home
last modified time | relevance | path

Searched refs:sym_push (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c5437 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()
[all …]