Searched refs:const_handler_iterator (Results 1 – 5 of 5) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/SandboxIR/ |
D | SandboxIR.h | 2073 using const_handler_iterator = variable 2075 using const_handler_range = iterator_range<const_handler_iterator>; 2083 const_handler_iterator handler_begin() const { in handler_begin() 2087 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); in handler_begin() 2092 const_handler_iterator handler_end() const { in handler_end() 2093 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper)); in handler_end()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/ |
D | Instructions.h | 4035 using const_handler_iterator = 4037 using const_handler_range = iterator_range<const_handler_iterator>; 4049 const_handler_iterator handler_begin() const { 4053 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4064 const_handler_iterator handler_end() const { 4065 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Instructions.h | 4425 using const_handler_iterator = 4427 using const_handler_range = iterator_range<const_handler_iterator>; 4439 const_handler_iterator handler_begin() const { 4443 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4454 const_handler_iterator handler_end() const { 4455 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Instructions.h | 4889 using const_handler_iterator = 4891 using const_handler_range = iterator_range<const_handler_iterator>; 4903 const_handler_iterator handler_begin() const { 4907 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4918 const_handler_iterator handler_end() const { 4919 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Instructions.h | 4902 using const_handler_iterator = 4904 using const_handler_range = iterator_range<const_handler_iterator>; 4916 const_handler_iterator handler_begin() const { 4920 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4931 const_handler_iterator handler_end() const { 4932 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|