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

/external/valgrind/perf/
H A Dtinycc.c2358 static CType func_vt; /* current function return type (used by return
5979 func_vt = sym->type;
5980 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) {
13624 gen_assign_cast(&func_vt);
13625 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) {
13629 type = func_vt;
13636 } else if (is_float(func_vt.t)) {
14579 func_vt.t = VT_VOID; /* for safety */
2356 static CType func_vt; /* current function return type (used by return variable

Completed in 132 milliseconds