Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h883 class nested_collection_iterator
885 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>,
888 nested_collection_iterator() = default;
890 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function
896 bool operator==(const nested_collection_iterator &RHS) const {
905 nested_collection_iterator operator++() {
928 nested_collection_iterator<const_section_iterator,
933 nested_collection_iterator<const_section_iterator,
937 using block_iterator = nested_collection_iterator<const_section_iterator,
942 nested_collection_iterator<const_section_iterator,