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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp60 bool isUntouchedAndPossiblyDestroyed() const { function in struct:__anon2293::LockState
290 assert(lstate->isUntouchedAndPossiblyDestroyed() ||
296 if (lstate->isUntouchedAndPossiblyDestroyed())
322 else if (I.second.isUntouchedAndPossiblyDestroyed())

Completed in 97 milliseconds