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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp61 bool isUntouchedAndPossiblyDestroyed() const { function in struct:__anon888::LockState
295 assert(lstate->isUntouchedAndPossiblyDestroyed() ||
301 if (lstate->isUntouchedAndPossiblyDestroyed())
327 else if (I.second.isUntouchedAndPossiblyDestroyed())

Completed in 105 milliseconds