Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A 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