Searched refs:POK (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 123 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() argument 135 ProtectedOperationKind POK, Name LockName,
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1346 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() argument 1348 assert((POK == POK_VarAccess || POK == POK_VarDereference) in handleNoMutexHeld() 1350 unsigned DiagID = POK == POK_VarAccess? in handleNoMutexHeld() 1358 void handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleMutexNotHeld() argument 1363 switch (POK) { in handleMutexNotHeld() 1380 switch (POK) { in handleMutexNotHeld()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1747 Expr *MutexExp, ProtectedOperationKind POK); 1791 ProtectedOperationKind POK) { in warnIfMutexNotHeld() argument 1812 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld() 1816 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld() 1823 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK, in warnIfMutexNotHeld()
|