reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
254 PendingEvents = 0; 282 bool hasPending() const { return PendingEvents != 0; } 284 return PendingEvents & (1 << E); 529 if (PendingEvents & WaitEventMaskForInst[T]) 531 PendingEvents |= 1 << E; 778 PendingEvents &= ~WaitEventMaskForInst[T]; 1311 const uint32_t OldEvents = PendingEvents & WaitEventMaskForInst[T]; 1312 const uint32_t OtherEvents = Other.PendingEvents & WaitEventMaskForInst[T]; 1318 PendingEvents |= OtherEvents;