Home
last modified time | relevance | path

Searched refs:ProtectedOperationKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h31 enum ProtectedOperationKind { enum
123 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
135 ProtectedOperationKind POK, Name LockName,
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1346 void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleNoMutexHeld()
1358 void handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, in handleMutexNotHeld()
/external/clang/lib/Analysis/
DThreadSafety.cpp1747 Expr *MutexExp, ProtectedOperationKind POK);
1791 ProtectedOperationKind POK) { in warnIfMutexNotHeld()