Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args-wtf-containers.cpp21 void ref() const { ++m_refCount; } in ref()
23 if (!--m_refCount) in deref()
45 mutable unsigned m_refCount { 0 }; member in WTF::StringImpl