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

/external/valgrind/main/perf/
H A Dtinycc.c5439 static Sym *sym_push(int v, CType *type, int r, int c);
6007 sym_push(sym->v & ~SYM_FIELD, type,
7428 static Sym *sym_push(int v, CType *type, int r, int c)
10182 s = sym_push(v, type, r | VT_CONST | VT_SYM, 0);
11641 s = sym_push(SYM_FIELD, type, 0, -1);
12151 s = sym_push(v | SYM_STRUCT, &type1, 0, -1);
12176 ss = sym_push(v, &int_type, VT_CONST, c);
12288 ss = sym_push(v | SYM_FIELD, &type1, 0, offset);
12529 s = sym_push(n | SYM_FIELD, &pt, 0, 0);
12551 s = sym_push(SYM_FIEL
7426 static Sym *sym_push(int v, CType *type, int r, int c) function
[all...]

Completed in 77 milliseconds