Home
last modified time | relevance | path

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

/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