Searched defs:IntrusiveRefCntPtrInfo (Results 1 - 3 of 3) 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
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp45 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> { struct in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h83 friend struct IntrusiveRefCntPtrInfo;
87 template <typename T> struct IntrusiveRefCntPtrInfo { struct in namespace:llvm
197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); }
198 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }

Completed in 112 milliseconds