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 | 935 class nested_collection_iterator 937 nested_collection_iterator<OuterItrT, InnerItrT, T, getInnerRange>, 940 nested_collection_iterator() = default; 942 nested_collection_iterator(OuterItrT OuterI, OuterItrT OuterE) in nested_collection_iterator() function 948 bool operator==(const nested_collection_iterator &RHS) const { 957 nested_collection_iterator operator++() { 980 nested_collection_iterator<section_iterator, Section::symbol_iterator, 984 nested_collection_iterator<const_section_iterator, 989 nested_collection_iterator<section_iterator, Section::block_iterator, 993 nested_collection_iterator<const_section_iterator,
|