Searched refs:vset (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
H A D | tinycc.c | 5457 void vset(CType *type, int r, int v); 5894 vset(&vtop->type, r | VT_LVAL, 0); 10204 void vset(CType *type, int r, int v) 10216 vset(&type, r, v); 12988 vset(&s->type, VT_CONST | VT_SYM, 0); 13022 vset(&s->type, r, s->c); 13631 vset(&type, VT_LOCAL | VT_LVAL, func_vc); 14045 vset(&dtype, VT_LOCAL, c); 14369 vset(type, r, addr); 10202 void vset(CType *type, int r, int v) function
|
Completed in 280 milliseconds