Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp72 void reportUseDestroyedBug(CheckerContext &C, const CallExpr *CE) const;
154 reportUseDestroyedBug(C, CE); in AcquireLock()
216 reportUseDestroyedBug(C, CE); in ReleaseLock()
318 void PthreadLockChecker::reportUseDestroyedBug(CheckerContext &C, in reportUseDestroyedBug() function in PthreadLockChecker