Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h848 class nested_collection_iterator
850 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>,
853 nested_collection_iterator() = default;
855 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function
861 bool operator==(const nested_collection_iterator &RHS) const {
870 nested_collection_iterator operator++() {
893 nested_collection_iterator<const_section_iterator,
898 nested_collection_iterator<const_section_iterator,
902 using block_iterator = nested_collection_iterator<const_section_iterator,
907 nested_collection_iterator<const_section_iterator,