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

/external/valgrind/main/perf/
H A Dtinycc.c2560 #define VT_TYPE (~(VT_STORAGE))
5764 } else if ((ft & VT_TYPE) == VT_BYTE) {
5766 } else if ((ft & VT_TYPE) == (VT_BYTE | VT_UNSIGNED)) {
5768 } else if ((ft & VT_TYPE) == VT_SHORT) {
5770 } else if ((ft & VT_TYPE) == (VT_SHORT | VT_UNSIGNED)) {
11642 type->t = VT_PTR | (type->t & ~VT_TYPE);
11685 t1 = type1->t & VT_TYPE;
11686 t2 = type2->t & VT_TYPE;
11717 t = type->t & VT_TYPE;
11892 vtop->type.t = ft & VT_TYPE;
2558 #define VT_TYPE macro
[all...]

Completed in 93 milliseconds