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

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h119 /// \param POK -- The kind of protected operation (e.g. variable access)
122 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
128 /// \param POK -- The kind of protected operation (e.g. variable access)
134 ProtectedOperationKind POK, Name LockName,
133 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch=0) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1079 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
1081 assert((POK == POK_VarAccess || POK == POK_VarDereference)
1083 unsigned DiagID = POK == POK_VarAccess?
1091 void handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
1096 switch (POK) {
1113 switch (POK) {
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1710 Expr *MutexExp, ProtectedOperationKind POK);
1750 ProtectedOperationKind POK) {
1771 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1775 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1782 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1748 warnIfMutexNotHeld(const NamedDecl *D, Expr *Exp, AccessKind AK, Expr *MutexExp, ProtectedOperationKind POK) argument

Completed in 199 milliseconds