Searched refs:nested_collection_iterator (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 934 class nested_collection_iterator 936 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>, 939 nested_collection_iterator() = default; 941 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function 947 bool operator==(const nested_collection_iterator &RHS) const { 956 nested_collection_iterator operator++() { 979 nested_collection_iterator<section_iterator, Section::symbol_iterator, 983 nested_collection_iterator<const_section_iterator, 988 nested_collection_iterator<section_iterator, Section::block_iterator, 992 nested_collection_iterator<const_section_iterator,
|