Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h35 POK_VarAccess, ///< Reading or writing a variable (e.g. x in x = 5;) enumerator
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1619 assert((POK == POK_VarAccess || POK == POK_VarDereference) && in handleNoMutexHeld()
1621 unsigned DiagID = POK == POK_VarAccess? in handleNoMutexHeld()
1636 case POK_VarAccess: in handleMutexNotHeld()
1657 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld()
1666 case POK_VarAccess: in handleMutexNotHeld()
1685 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld()
/external/clang/lib/Analysis/
DThreadSafety.cpp1475 ProtectedOperationKind POK = POK_VarAccess);
1477 ProtectedOperationKind POK = POK_VarAccess);