Searched refs:get_canonical (Results 1 – 3 of 3) sorted by relevance
39 assert fields[0].type.get_canonical().kind == TypeKind.INT44 assert fields[1].type.get_canonical().kind == TypeKind.INT50 assert fields[2].type.get_canonical().kind == TypeKind.LONG55 assert fields[3].type.get_canonical().kind == TypeKind.ULONG60 assert fields[4].type.get_canonical().kind == TypeKind.LONG65 assert fields[5].type.get_canonical().kind == TypeKind.INT406 assert a.get_canonical().kind == TypeKind.INCOMPLETEARRAY
223 def get_canonical(self, x): member in IntEquivalenceRelation226 return self.get_canonical(self._remap[x])232 c = max(self.get_canonical(a), self.get_canonical(b))326 canon_class = self._class_relation.get_canonical(var_class)332 return self._class_relation.get_canonical(self._var_classes[var_id])
1871 def get_canonical(self): member in Type