Searched defs:POK (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 181 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1554 checkAccess(const Expr * Exp,AccessKind AK,ProtectedOperationKind POK=POK_VarAccess) checkAccess() argument 1558 checkPtAccess(const Expr * Exp,AccessKind AK,ProtectedOperationKind POK=POK_VarAccess) checkPtAccess() argument 1593 warnIfMutexNotHeld(const FactSet & FSet,const NamedDecl * D,const Expr * Exp,AccessKind AK,Expr * MutexExp,ProtectedOperationKind POK,til::LiteralPtr * Self,SourceLocation Loc) warnIfMutexNotHeld() argument 1677 checkAccess(const FactSet & FSet,const Expr * Exp,AccessKind AK,ProtectedOperationKind POK) checkAccess() argument 1744 checkPtAccess(const FactSet & FSet,const Expr * Exp,AccessKind AK,ProtectedOperationKind POK) checkPtAccess() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1952 handleNoMutexHeld(const NamedDecl * D,ProtectedOperationKind POK,AccessKind AK,SourceLocation Loc) handleNoMutexHeld() argument 1965 handleMutexNotHeld(StringRef Kind,const NamedDecl * D,ProtectedOperationKind POK,Name LockName,LockKind LK,SourceLocation Loc,Name * PossibleMatch) handleMutexNotHeld() argument
|