Searched defs:RefCountedBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h12 // internal reference count, and RefCountedBase/RefCountedBaseVPTR, two
34 /// RefCountedBase - A generic base class for objects that wish to
36 /// subclass RefCountedBase to obtain such functionality, and are
39 /// Objects that subclass RefCountedBase should not be allocated on
44 class RefCountedBase { class in namespace:llvm
48 RefCountedBase() : ref_cnt(0) {} function in class:llvm::RefCountedBase
49 RefCountedBase(const RefCountedBase &) : ref_cnt(0) {} function in class:llvm::RefCountedBase
60 /// RefCountedBase, but with a virtual destructor. Should be used
61 /// instead of RefCountedBase fo
[all...]

Completed in 126 milliseconds