Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h47 using UnderlyingIterator = typename MapT::const_iterator; variable
250 UnderlyingIterator MapIterator;
287 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()