Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2530 #define VT_ENUM 5 /* enum definition */ macro
11622 } else if (bt == VT_INT || bt == VT_ENUM || bt == VT_FLOAT) { in type_size()
11757 case VT_ENUM: in type_to_str()
12231 bt != VT_ENUM) in struct_decl()
12372 struct_decl(&type1, VT_ENUM); in parse_btype()
14512 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list()
14657 if (((btype.t & VT_BTYPE) == VT_ENUM || in decl()