Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSequence.h132 assertOutOfBounds(); in from()
153 assertOutOfBounds();
160 assertOutOfBounds();
169 assertOutOfBounds(); in to()
183 static void assertOutOfBounds() { assert(false && "Out of bounds"); } in assertOutOfBounds() function
/external/fbjni/cxx/fbjni/detail/
DSimpleFixedString.h77 [[noreturn]] inline void assertOutOfBounds() { in assertOutOfBounds() function
83 return i <= max ? i : (void(assertOutOfBounds()), max); in checkOverflow()
89 : (i <= max ? i : (void(assertOutOfBounds()), max)); in checkOverflowOrNpos()