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

  /external/clang/utils/ABITest/
Enumeration.py 7 class Aleph0(int):
13 def __repr__(self): return '<aleph0>'
20 raise ValueError,"Cannot subtract aleph0"
44 aleph0 = Aleph0() variable
83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False):
94 if W is aleph0 and H is aleph0:
115 if H is not aleph0
    [all...]
TypeGen.py 357 if self.maxSize is aleph0:
358 S = aleph0 * self.typeGen.cardinality
381 if self.maxSize is aleph0:
382 S = aleph0 * self.typeGen.cardinality()
415 return aleph0
431 if (self._cardinality is aleph0) or prev==self._cardinality:
ABITestGen.py 596 if ftg.cardinality is aleph0:

Completed in 46 milliseconds