Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h161 template <typename T> struct IntrusiveRefCntPtrInfo { struct
222 return Obj ? IntrusiveRefCntPtrInfo<T>::useCount(Obj) : 0; in useCount()
228 IntrusiveRefCntPtrInfo<T>::retain(Obj); in retain()
233 IntrusiveRefCntPtrInfo<T>::release(Obj); in release()
H A DImmutableSet.h349 struct IntrusiveRefCntPtrInfo<ImutAVLTree<ImutInfo>> {
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h44 template <typename T> struct IntrusiveRefCntPtrInfo;
82 using llvm::IntrusiveRefCntPtrInfo;
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h25 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
H A DCallEvent.h174 template <typename T> friend struct llvm::IntrusiveRefCntPtrInfo;