Searched refs:Enum (Results 26 - 28 of 28) sorted by relevance

12

/gem5/src/python/m5/
H A Dparams.py1285 # type as Enum(foo) where foo is either a list or dictionary of
1292 # What Enum() must do is generate a new type encapsulating the
1299 # Metaclass for Enum types
1311 raise TypeError("Enum-derived class attribute 'map' " \
1318 raise TypeError("Enum-derived class attribute 'vals' " \
1325 raise TypeError("Enum-derived class must define "\
1452 class Enum(ParamValue): class in inherits:ParamValue
1470 raise TypeError("Enum param got bad value '%s' (not in %s)" \
1506 class ScopedEnum(Enum):
2178 'Enum', 'ScopedEnu
[all...]
H A DSimObject.py904 if issubclass(ptype, Enum):
/gem5/src/dev/arm/
H A DRealView.py111 class ArmPciIntRouting(Enum): vals = [

Completed in 23 milliseconds

12