Searched refs:reportUseDestroyedBug (Results 1 – 1 of 1) sorted by relevance
72 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