Home | History | Annotate | Download | only in Analysis

Lines Matching refs:block_iterator_wrapper

575   class block_iterator_wrapper
583 using Self = block_iterator_wrapper<IsConst>;
587 block_iterator_wrapper(value_type Entry, value_type Exit)
596 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
598 /*implicit*/ block_iterator_wrapper(super I) : super(I) {}
608 using block_iterator = block_iterator_wrapper<false>;
609 using const_block_iterator = block_iterator_wrapper<true>;