Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h249 UnderlyingIterator MapIterator; variable
266 if (MapIterator.valid()) { in resetCache()
268 CachedStart = MapIterator.start(); in resetCache()
269 CachedStop = MapIterator.stop(); in resetCache()
286 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator()
313 ++MapIterator;
335 ++MapIterator; in advanceToLowerBound()