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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DIntrusiveRefCntPtr.cpp14 void RefCountedBaseVPTR::anchor() { }
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DLLVM.h45 class RefCountedBaseVPTR;
76 using llvm::RefCountedBaseVPTR;
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h12 // internal reference count, and RefCountedBase/RefCountedBaseVPTR, two
59 /// RefCountedBaseVPTR - A class that has the same function as
63 /// inherit from RefCountedBaseVPTR can't be allocated on stack -
66 class RefCountedBaseVPTR { class in namespace:llvm
71 RefCountedBaseVPTR() : ref_cnt(0) {} function in class:llvm::RefCountedBaseVPTR
72 RefCountedBaseVPTR(const RefCountedBaseVPTR &) : ref_cnt(0) {} function in class:llvm::RefCountedBaseVPTR
74 virtual ~RefCountedBaseVPTR() {}
106 /// RefCountedBase/RefCountedBaseVPTR takes care of this
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h63 class Payload : public RefCountedBaseVPTR {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h327 class PathDiagnosticPiece : public RefCountedBaseVPTR {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h176 class MatcherInterface : public RefCountedBaseVPTR {
387 class MatcherStorage : public RefCountedBaseVPTR {

Completed in 70 milliseconds