Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h90 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() function
/external/clang/lib/Analysis/
DThreadSafety.cpp893 Handler.handleUnmatchedUnlock(DiagKind, UnderCp.toString(), in handleUnlock()
1231 Handler.handleUnmatchedUnlock(DiagKind, Cp.toString(), UnlockLoc); in removeLock()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1526 void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock() function in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter