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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> { struct in namespace:llvm
H A DCallEvent.h138 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DLLVM.h43 template <typename T> struct IntrusiveRefCntPtrInfo;
74 using llvm::IntrusiveRefCntPtrInfo;
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h83 friend struct IntrusiveRefCntPtrInfo;
87 template <typename T> struct IntrusiveRefCntPtrInfo { struct in namespace:llvm
177 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
178 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }

Completed in 76 milliseconds