Searched refs:assertOutOfBounds (Results 1 – 2 of 2) sorted by relevance
132 assertOutOfBounds(); in from()153 assertOutOfBounds();160 assertOutOfBounds();169 assertOutOfBounds(); in to()183 static void assertOutOfBounds() { assert(false && "Out of bounds"); } in assertOutOfBounds() function
77 [[noreturn]] inline void assertOutOfBounds() { in assertOutOfBounds() function83 return i <= max ? i : (void(assertOutOfBounds()), max); in checkOverflow()89 : (i <= max ? i : (void(assertOutOfBounds()), max)); in checkOverflowOrNpos()