Home
last modified time | relevance | path

Searched refs:useCount (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ADT/ !
H A DIntrusiveRefCntPtr.h162 static unsigned useCount(const T *obj) { return obj->UseCount(); } in useCount() function
221 unsigned useCount() const { in useCount() function
222 return Obj ? IntrusiveRefCntPtrInfo<T>::useCount(Obj) : 0; in useCount()
/src/contrib/llvm-project/clang/lib/Frontend/ !
H A DCompilerInvocation.cpp215 if (Storage.useCount() > 1) in ensureOwned()