Searched defs:getNthPairVariableBounds (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/ABITest/
H A DEnumeration.py175 S,M = getNthPairVariableBounds(N, bounds)
188 def getNthPairVariableBounds(N, bounds): function
189 """getNthPairVariableBounds(N, bounds) -> (x, y)
221 def getNthPairVariableBoundsChecked(N, bounds, GNVP=getNthPairVariableBounds):
254 x,y = getNthPairVariableBounds(i, bounds)
267 getNthPairVariableBounds = getNthPairVariableBoundsChecked variable

Completed in 34 milliseconds