Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp94 void reportUseDestroyedBug(CheckerContext &C, const CallExpr *CE) const;
250 reportUseDestroyedBug(C, CE); in AcquireLock()
315 reportUseDestroyedBug(C, CE); in ReleaseLock()
447 void PthreadLockChecker::reportUseDestroyedBug(CheckerContext &C, in reportUseDestroyedBug() function in PthreadLockChecker