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

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h120 /// \param POK -- The kind of protected operation (e.g. variable access)
123 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
129 /// \param POK -- The kind of protected operation (e.g. variable access)
135 ProtectedOperationKind POK, Name LockName,
134 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch=0) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1353 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
1355 assert((POK == POK_VarAccess || POK == POK_VarDereference)
1357 unsigned DiagID = POK == POK_VarAccess?
1365 void handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, argument
1370 switch (POK) {
1387 switch (POK) {
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1760 Expr *MutexExp, ProtectedOperationKind POK);
1804 ProtectedOperationKind POK) {
1825 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1829 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1836 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1802 warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, AccessKind AK, Expr *MutexExp, ProtectedOperationKind POK) argument

Completed in 287 milliseconds