Searched refs:VirtualRefCounted (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp15 struct VirtualRefCounted : public RefCountedBaseVPTR { struct in namespace:llvm
21 VirtualRefCounted *V1 = new VirtualRefCounted;
22 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1;
23 VirtualRefCounted *V2 = new VirtualRefCounted(*V1);
24 IntrusiveRefCntPtr<VirtualRefCounted> R2 = V2;

Completed in 120 milliseconds