Home
last modified time | relevance | path

Searched defs:vts (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/
Dlibhb_core.c1933 static Bool is_sane_VTS ( VTS* vts ) in is_sane_VTS()
1964 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); in VTS__new() local
1973 static VTS* VTS__clone ( const HChar* who, VTS* vts ) in VTS__clone()
1995 static VTS* VTS__subtract ( const HChar* who, VTS* vts, XArray* thridsToDel ) in VTS__subtract()
2029 static void VTS__delete ( VTS* vts ) in VTS__delete()
2056 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ) in VTS__tick()
2385 void VTS__show ( HChar* buf, Int nBuf, VTS* vts ) in VTS__show()
2417 ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx ) in VTS__indexAt_SLOW()
2545 VTS* vts; /* vts, in vts_set */ member
3101 VTS* vts = (VTS*)wordK; in vts_tab__do_GC() local
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcher.h1027 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcherCommon()
1077 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcher()
1100 ArrayRef<MVT::SimpleValueType> vts, in MorphNodeToMatcher()