reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 if (Index == EndIndexVal) 76 while (++Index < sizeof(Ty) * 8) { 77 if (*ArchSet & (1UL << Index)) 81 Index = EndIndexVal; 91 Architecture operator*() const { return static_cast<Architecture>(Index); } 105 return std::tie(Index, ArchSet) == std::tie(o.Index, o.ArchSet); 105 return std::tie(Index, ArchSet) == std::tie(o.Index, o.ArchSet);