Searched refs:FakeOperand (Results 1 – 2 of 2) sorted by relevance
805 class FakeOperand(Node): class807 operands = [FakeOperand(pos, type=type) for type in types]
2879 class FakeOperand: class2883 FakeOperand(pos=self.pos, type=base_type),2884 FakeOperand(pos=self.pos, type=index_type),