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.cpp1472 Expr *MutexExp, ProtectedOperationKind POK,
1478 ProtectedOperationKind POK = POK_VarAccess);
1480 ProtectedOperationKind POK = POK_VarAccess);
1506 ProtectedOperationKind POK, in warnIfMutexNotHeld()
1590 ProtectedOperationKind POK) { in checkAccess()
1644 ProtectedOperationKind POK) { in checkPtAccess()
1664 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1587 ProtectedOperationKind POK, AccessKind AK, in handleNoMutexHeld()
1600 ProtectedOperationKind POK, Name LockName, in handleMutexNotHeld()