Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1794 using const_handler_iterator = variable
1796 using const_handler_range = iterator_range<const_handler_iterator>;
1804 const_handler_iterator handler_begin() const { in handler_begin()
1808 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); in handler_begin()
1813 const_handler_iterator handler_end() const { in handler_end()
1814 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper)); in handler_end()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4187 using const_handler_iterator =
4189 using const_handler_range = iterator_range<const_handler_iterator>;
4201 const_handler_iterator handler_begin() const {
4205 return const_handler_iterator(It, ConstDerefFnTy(handler_helper));
4216 const_handler_iterator handler_end() const {
4217 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));