HomeSort by relevance Sort by last modified time
    Searched refs:get_canonical (Results 1 - 3 of 3) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_type.py 39 assert fields[0].type.get_canonical().kind == TypeKind.INT
44 assert fields[1].type.get_canonical().kind == TypeKind.INT
50 assert fields[2].type.get_canonical().kind == TypeKind.LONG
55 assert fields[3].type.get_canonical().kind == TypeKind.ULONG
60 assert fields[4].type.get_canonical().kind == TypeKind.LONG
65 assert fields[5].type.get_canonical().kind == TypeKind.INT
406 assert a.get_canonical().kind == TypeKind.INCOMPLETEARRAY
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 225 def get_canonical(self, x): member in class:IntEquivalenceRelation
228 return self.get_canonical(self._remap[x])
234 c = max(self.get_canonical(a), self.get_canonical(b))
328 canon_class = self._class_relation.get_canonical(var_class)
334 return self._class_relation.get_canonical(self._var_classes[var_id])
  /external/clang/bindings/python/clang/
cindex.py 1871 def get_canonical(self): member in class:Type
    [all...]

Completed in 204 milliseconds