Searched refs:POK_VarAccess (Results 1 – 3 of 3) sorted by relevance
33 POK_VarAccess, ///< Reading or writing a variable (e.g. x in x = 5;) enumerator
1348 assert((POK == POK_VarAccess || POK == POK_VarDereference) in handleNoMutexHeld()1350 unsigned DiagID = POK == POK_VarAccess? in handleNoMutexHeld()1364 case POK_VarAccess: in handleMutexNotHeld()1381 case POK_VarAccess: in handleMutexNotHeld()
1875 Analyzer->Handler.handleNoMutexHeld(D, POK_VarAccess, AK, in checkAccess()1881 warnIfMutexNotHeld(D, Exp, AK, GBAttr->getArg(), POK_VarAccess); in checkAccess()