Searched refs:VT_STRUCT (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/perf/
H A Dtinycc.c2534 #define VT_STRUCT 7 /* struct/union definition */
5884 if ((vtop->type.t & VT_BTYPE) == VT_STRUCT) {
5980 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) {
5993 if ((type->t & VT_BTYPE) == VT_STRUCT) {
11601 if (bt == VT_STRUCT) {
11696 } else if (bt1 == VT_STRUCT) {
11760 case VT_STRUCT:
11761 if (bt == VT_STRUCT)
11863 case VT_STRUCT:
11902 if (sbt == VT_STRUCT) {
2532 #define VT_STRUCT macro
[all...]

Completed in 2047 milliseconds