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

/macosx-10.10/llvmCore-3425.0.34/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 62 milliseconds