Searched refs:POK (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 147 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld() argument 160 ProtectedOperationKind POK, Name LockName,
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1550 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld() argument 1552 assert((POK == POK_VarAccess || POK == POK_VarDereference) && in handleNoMutexHeld() 1554 unsigned DiagID = POK == POK_VarAccess? in handleNoMutexHeld() 1563 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld() argument 1568 switch (POK) { in handleMutexNotHeld() 1586 switch (POK) { in handleMutexNotHeld()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1813 Expr *MutexExp, ProtectedOperationKind POK, 1844 ProtectedOperationKind POK, in warnIfMutexNotHeld() argument 1866 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Mutex.toString(), in warnIfMutexNotHeld() 1871 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Mutex.toString(), in warnIfMutexNotHeld() 1878 Analyzer->Handler.handleMutexNotHeld(DiagKind, D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld()
|