Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h214 using throw_iterator = decltype(Throwers)::iterator; variable
260 throw_iterator throw_begin() { return Throwers.begin(); } in throw_begin()
262 throw_iterator throw_end() { return Throwers.end(); } in throw_end()
303 inline iterator_range<throw_iterator> throwers() { in throwers()
305 return iterator_range<throw_iterator>(throw_begin(), throw_end()); in throwers()