Searched refs:ProtectedOperationKind (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 36 enum ProtectedOperationKind { enum 178 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld() 191 ProtectedOperationKind POK, Name LockName,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1595 Expr *MutexExp, ProtectedOperationKind POK, 1601 ProtectedOperationKind POK = POK_VarAccess); 1603 ProtectedOperationKind POK = POK_VarAccess); 1630 ProtectedOperationKind POK, in warnIfMutexNotHeld() 1713 ProtectedOperationKind POK) { in checkAccess() 1769 ProtectedOperationKind POK) { in checkPtAccess() 1789 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1934 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld() 1947 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
|