Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2532 #define VT_STRUCT 7 /* struct/union definition */ macro
5882 if ((vtop->type.t & VT_BTYPE) == VT_STRUCT) { in gfunc_call()
5978 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) { in gfunc_prolog()
5991 if ((type->t & VT_BTYPE) == VT_STRUCT) { in gfunc_prolog()
11599 if (bt == VT_STRUCT) { in type_size()
11694 } else if (bt1 == VT_STRUCT) { in is_compatible_types()
11758 case VT_STRUCT: in type_to_str()
11759 if (bt == VT_STRUCT) in type_to_str()
11861 case VT_STRUCT: in gen_assign_cast()
11900 if (sbt == VT_STRUCT) { in vstore()
[all …]