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