Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h36 enum ProtectedOperationKind { enum
181 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
194 ProtectedOperationKind POK, Name LockName,
/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1063 ProtectedOperationKind POK, til::LiteralPtr *Self,
1070 ProtectedOperationKind POK);
1072 ProtectedOperationKind POK);
1554 ProtectedOperationKind POK = POK_VarAccess) { in checkAccess()
1558 ProtectedOperationKind POK = POK_VarAccess) { in checkPtAccess()
1593 Expr *MutexExp, ProtectedOperationKind POK, til::LiteralPtr *Self, in warnIfMutexNotHeld()
1677 ProtectedOperationKind POK) { in checkAccess()
1744 ProtectedOperationKind POK) { in checkPtAccess()
1764 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
/src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1952 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
1965 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()