Home
last modified time | relevance | path

Searched refs:aleph0 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DEnumeration.py45 aleph0 = Aleph0() variable
85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False):
96 if W is aleph0 and H is aleph0:
117 if H is not aleph0:
129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded):
134 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False):
156 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple):
163 def getNthTuple(N, maxSize=aleph0, maxElement=aleph0, useDivmod=False, useLeftToRight=False):
173 if maxElement is not aleph0:
174 if maxSize is aleph0:
[all …]
H A DTypeGen.py363 if self.maxSize is aleph0:
364 S = aleph0 * self.typeGen.cardinality
387 if self.maxSize is aleph0:
388 S = aleph0 * self.typeGen.cardinality()
421 return aleph0
437 if (self._cardinality is aleph0) or prev==self._cardinality:
H A DABITestGen.py597 if ftg.cardinality is aleph0: