Searched defs:vsetc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c10105 void vsetc(CType *type, int r, CValue *vc)
10131 vsetc(&int_type, VT_CONST, &cval);
10155 vsetc(type, VT_CONST | VT_SYM, &cval);
10200 vsetc(type, VT_CONST | VT_SYM, &cval);
10209 vsetc(type, r, &cval);
12746 vsetc(&type, VT_CONST, &tokc);
13145 vsetc(&ret.type, ret.r, &ret.c);
14460 vsetc(type, VT_CONST | VT_SYM, &cval);
10103 void vsetc(CType *type, int r, CValue *vc) function

Completed in 224 milliseconds