Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h46 using UnderlyingIterator = typename MapT::const_iterator; variable
249 UnderlyingIterator MapIterator;
286 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()