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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h123 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
134 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch=0) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1388 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
1400 void handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1809 warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, AccessKind AK, Expr *MutexExp, ProtectedOperationKind POK) argument

Completed in 58 milliseconds