Home
last modified time | relevance | path

Searched refs:getNthPairVariableBounds (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/utils/ABITest/
H A DEnumeration.py208 S, M = getNthPairVariableBounds(N, bounds)
230 def getNthPairVariableBounds(N, bounds): function
264 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds):
300 x, y = getNthPairVariableBounds(i, bounds)
314 getNthPairVariableBounds = getNthPairVariableBoundsChecked variable
H A DTypeGen.py482 index, M = getNthPairVariableBounds(N, self.bounds)