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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h25 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> { struct in namespace:llvm
H A DCallEvent.h157 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h45 template <typename T> struct IntrusiveRefCntPtrInfo;
81 using llvm::IntrusiveRefCntPtrInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h51 // - specializes IntrusiveRefCntPtrInfo.
121 /// forward-declares Foo and specializes IntrusiveRefCntPtrInfo<Foo>. Then
124 template <typename T> struct IntrusiveRefCntPtrInfo { struct in namespace:llvm
184 IntrusiveRefCntPtrInfo<T>::retain(Obj);
189 IntrusiveRefCntPtrInfo<T>::release(Obj);

Completed in 127 milliseconds