Searched refs:ProtectedOperationKind (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 36 enum ProtectedOperationKind { enum 193 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() 206 ProtectedOperationKind POK, Name LockName,
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1144 ProtectedOperationKind POK, til::LiteralPtr *Self, 1151 ProtectedOperationKind POK); 1153 ProtectedOperationKind POK); 1593 ProtectedOperationKind POK = POK_VarAccess) { in checkAccess() 1597 ProtectedOperationKind POK = POK_VarAccess) { in checkPtAccess() 1632 Expr *MutexExp, ProtectedOperationKind POK, til::LiteralPtr *Self, in warnIfMutexNotHeld() 1716 ProtectedOperationKind POK) { in checkAccess() 1783 ProtectedOperationKind POK) { in checkPtAccess() 1814 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2117 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() 2145 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()
|