Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h36 enum ProtectedOperationKind { enum
175 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
188 ProtectedOperationKind POK, Name LockName,
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1537 Expr *MutexExp, ProtectedOperationKind POK,
1542 ProtectedOperationKind POK = POK_VarAccess);
1544 ProtectedOperationKind POK = POK_VarAccess);
1571 ProtectedOperationKind POK, in warnIfMutexNotHeld()
1654 ProtectedOperationKind POK) { in checkAccess()
1720 ProtectedOperationKind POK) { in checkPtAccess()
1740 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1924 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
1937 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()