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

/external/valgrind/main/perf/
H A Dtinycc.c2532 #define VT_ENUM 5 /* enum definition */
11624 } else if (bt == VT_INT || bt == VT_ENUM || bt == VT_FLOAT) {
11759 case VT_ENUM:
12123 /* enum/struct/union declaration. u is either VT_ENUM or VT_STRUCT */
12233 bt != VT_ENUM)
12374 struct_decl(&type1, VT_ENUM);
14514 if (((btype.t & VT_BTYPE) == VT_ENUM ||
14659 if (((btype.t & VT_BTYPE) == VT_ENUM ||
2530 #define VT_ENUM macro

Completed in 759 milliseconds