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

/external/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.h136 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
/external/clang/include/clang/Basic/
H A DLLVM.h43 template <typename T> struct IntrusiveRefCntPtrInfo;
74 using llvm::IntrusiveRefCntPtrInfo;
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h84 friend struct IntrusiveRefCntPtrInfo;
88 template <typename T> struct IntrusiveRefCntPtrInfo { struct in namespace:llvm
198 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
199 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp45 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> { struct in namespace:llvm

Completed in 625 milliseconds