Searched defs:VTable (Results 1 – 6 of 6) sorted by relevance
332 struct VTable { struct333 bool (*match_and_explain)(const MatcherBase&, const T&,335 void (*describe)(const MatcherBase&, std::ostream*, bool negation);338 const MatcherDescriberInterface* (*get_describer)(const MatcherBase&);340 void (*shared_destroy)(SharedPayloadBase*);
107 std::unique_ptr<PDBSymbolTypeVTable> VTable; variable144 VTableLayoutItem *VTable = nullptr; variable
267 VTable, enumerator
208 GlobalVariable *VTable = VTableInfo.first; in ScanVTableLoad() local
311 Value *VTable; member437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, in addCallSite()
14799 typedef struct VTable VTable; typedef17730 struct VTable { struct17738 VTable *pNext; /* Next in linked list (see above) */ argument