Searched refs:POK_VarDereference (Results 1 – 3 of 3) sorted by relevance
34 POK_VarDereference, ///< Dereferencing a variable (e.g. p in *p = 5;) enumerator
1593 assert((POK == POK_VarAccess || POK == POK_VarDereference) && in handleNoMutexHeld()1613 case POK_VarDereference: in handleMutexNotHeld()1643 case POK_VarDereference: in handleMutexNotHeld()
1661 ProtectedOperationKind PtPOK = POK_VarDereference; in checkPtAccess()