Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DValueMap.h44 class ValueMapConstIterator; variable
98 typedef ValueMapConstIterator<MapT, KeyT> const_iterator;
315 class ValueMapConstIterator :
323 ValueMapConstIterator() : I() {}
324 ValueMapConstIterator(BaseT I) : I(I) {}
325 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
348 bool operator==(const ValueMapConstIterator &RHS) const {
351 bool operator!=(const ValueMapConstIterator &RHS) const {
355 inline ValueMapConstIterator& operator++() { // Preincrement
359 ValueMapConstIterator operator++(int) { // Postincrement
[all …]