Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h36 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 DThreadSafety.cpp1595 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 DAnalysisBasedWarnings.cpp1934 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
1947 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()