Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h886 class nested_collection_iterator
888 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>,
891 nested_collection_iterator() = default;
893 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function
899 bool operator==(const nested_collection_iterator &RHS) const {
908 nested_collection_iterator operator++() {
931 nested_collection_iterator<const_section_iterator,
936 nested_collection_iterator<const_section_iterator,
940 using block_iterator = nested_collection_iterator<const_section_iterator,
945 nested_collection_iterator<const_section_iterator,