Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h51 class ValueMapConstIterator; variable
133 using const_iterator = ValueMapConstIterator<MapT, KeyT>;
380 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {
393 ValueMapConstIterator() : I() {}
394 ValueMapConstIterator(BaseT I) : I(I) {}
395 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
418 bool operator==(const ValueMapConstIterator &RHS) const {
421 bool operator!=(const ValueMapConstIterator &RHS) const {
425 inline ValueMapConstIterator& operator++() { // Preincrement
429 ValueMapConstIterator operator++(int) { // Postincrement
[all …]