Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h83 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} in handleUnmatchedUnlock() function
/external/clang/lib/Analysis/
DThreadSafety.cpp1506 Handler.handleUnmatchedUnlock(Mutex.toString(), UnlockLoc); in removeLock()
1521 Handler.handleUnmatchedUnlock(LDat->UnderlyingMutex.toString(), in removeLock()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1302 void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) { in handleUnmatchedUnlock() function in clang::thread_safety::__anoncd628f830a11::ThreadSafetyReporter