Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h33 enum ProtectedOperationKind { enum
151 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
164 ProtectedOperationKind POK, Name LockName,
/external/clang/lib/Analysis/
DThreadSafety.cpp1469 Expr *MutexExp, ProtectedOperationKind POK,
1475 ProtectedOperationKind POK = POK_VarAccess);
1477 ProtectedOperationKind POK = POK_VarAccess);
1503 ProtectedOperationKind POK, in warnIfMutexNotHeld()
1587 ProtectedOperationKind POK) { in checkAccess()
1641 ProtectedOperationKind POK) { in checkPtAccess()
1661 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1617 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
1630 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()