Home
last modified time | relevance | path

Searched defs:POK (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h181 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1554 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()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1952 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() argument
1965 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld() argument