Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h37 enum ProtectedOperationKind { enum
173 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
186 ProtectedOperationKind POK, Name LockName,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1580 Expr *MutexExp, ProtectedOperationKind POK,
1586 ProtectedOperationKind POK = POK_VarAccess);
1588 ProtectedOperationKind POK = POK_VarAccess);
1615 ProtectedOperationKind POK, in warnIfMutexNotHeld()
1699 ProtectedOperationKind POK) { in checkAccess()
1755 ProtectedOperationKind POK) { in checkPtAccess()
1775 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1744 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
1757 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()