Searched refs:ProtectedOperationKind (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1597 Expr *MutexExp, ProtectedOperationKind POK, 1603 ProtectedOperationKind POK = POK_VarAccess); 1605 ProtectedOperationKind POK = POK_VarAccess); 1632 ProtectedOperationKind POK, in warnIfMutexNotHeld() 1715 ProtectedOperationKind POK) { in checkAccess() 1771 ProtectedOperationKind POK) { in checkPtAccess() 1791 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1934 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld() 1947 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
|