Searched defs:vts (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/helgrind/ |
D | libhb_core.c | 2167 static Bool is_sane_VTS ( VTS* vts ) in is_sane_VTS() 2198 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); in VTS__new() local 2207 static VTS* VTS__clone ( const HChar* who, VTS* vts ) in VTS__clone() 2229 static VTS* VTS__subtract ( const HChar* who, VTS* vts, XArray* thridsToDel ) in VTS__subtract() 2263 static void VTS__delete ( VTS* vts ) in VTS__delete() 2290 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ) in VTS__tick() 2619 static void VTS__show ( const VTS* vts ) in VTS__show() 2636 ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx ) in VTS__indexAt_SLOW() 2763 VTS* vts; /* vts, in vts_set */ member 3319 VTS* vts = (VTS*)wordK; in vts_tab__do_GC() local [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 1028 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcherCommon() 1078 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcher() 1101 ArrayRef<MVT::SimpleValueType> vts, in MorphNodeToMatcher()
|