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

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h82 virtual void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) {} function in class:clang::thread_safety::ThreadSafetyHandler
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1470 Handler.handleUnmatchedUnlock(Mutex.toString(), UnlockLoc);
1485 Handler.handleUnmatchedUnlock(LDat->UnderlyingMutex.toString(),
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1035 void handleUnmatchedUnlock(Name LockName, SourceLocation Loc) { function in class:clang::thread_safety::__anon161::ThreadSafetyReporter

Completed in 93 milliseconds