Searched refs:aleph0 (Results 1 – 3 of 3) sorted by relevance
/external/clang/utils/ABITest/ |
D | Enumeration.py | 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: 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): 132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): 154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): 161 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False): 171 if maxElement is not aleph0: 172 if maxSize is aleph0: [all …]
|
D | TypeGen.py | 361 if self.maxSize is aleph0: 362 S = aleph0 * self.typeGen.cardinality 385 if self.maxSize is aleph0: 386 S = aleph0 * self.typeGen.cardinality() 419 return aleph0 435 if (self._cardinality is aleph0) or prev==self._cardinality:
|
D | ABITestGen.py | 596 if ftg.cardinality is aleph0:
|