Searched refs:IntrusiveRefCntPtrInfo (Results 1 – 5 of 5) sorted by relevance
83 friend struct IntrusiveRefCntPtrInfo;87 template <typename T> struct IntrusiveRefCntPtrInfo { struct197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain()198 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); } in release()
43 template <typename T> struct IntrusiveRefCntPtrInfo;75 using llvm::IntrusiveRefCntPtrInfo;
26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
136 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
45 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> { struct