Searched refs:nested_collection_iterator (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 965 class nested_collection_iterator 967 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>, 970 nested_collection_iterator() = default; 972 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function 978 bool operator==(const nested_collection_iterator &RHS) const { 987 nested_collection_iterator operator++() { 1010 nested_collection_iterator<section_iterator, Section::symbol_iterator, 1014 nested_collection_iterator<const_section_iterator, 1019 nested_collection_iterator<section_iterator, Section::block_iterator, 1023 nested_collection_iterator<const_section_iterator,
|