Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLLVM.h48 template <typename T> struct IntrusiveRefCntPtrInfo;
85 using llvm::IntrusiveRefCntPtrInfo;
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h157 template <typename T> struct IntrusiveRefCntPtrInfo { struct
219 IntrusiveRefCntPtrInfo<T>::retain(Obj); in retain()
224 IntrusiveRefCntPtrInfo<T>::release(Obj); in release()
H A DImmutableSet.h349 struct IntrusiveRefCntPtrInfo<ImutAVLTree<ImutInfo>> {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h25 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
H A DCallEvent.h168 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp78 template <> struct IntrusiveRefCntPtrInfo<InterceptRefCounted> { struct