Home
last modified time | relevance | path

Searched refs:IntrusiveRefCntPtrInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h81 friend struct IntrusiveRefCntPtrInfo;
85 template <typename T> struct IntrusiveRefCntPtrInfo { struct
195 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain()
196 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); } in release()
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h83 friend struct IntrusiveRefCntPtrInfo;
87 template <typename T> struct IntrusiveRefCntPtrInfo { struct
197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain()
198 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); } in release()
/external/clang/include/clang/Basic/
DLLVM.h43 template <typename T> struct IntrusiveRefCntPtrInfo;
75 using llvm::IntrusiveRefCntPtrInfo;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState_Fwd.h26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
DCallEvent.h161 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
/external/llvm/unittests/ADT/
DIntrusiveRefCntPtrTest.cpp45 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> { struct