Searched refs:isPrimitive (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/slicc/symbols/
H A DType.py53 if self.isExternal or self.isPrimitive:
97 def isPrimitive(self): member in class:Type
208 if not dm.type.isPrimitive:
H A DSymbolTable.py135 if isinstance(symbol, Type) and not symbol.isPrimitive:
H A DStateMachine.py285 if var.type.ident not in seen_types and not var.type.isPrimitive:
488 if var.type.ident not in seen_types and not var.type.isPrimitive:

Completed in 6 milliseconds