Searched refs:ElementRefIterator (Results 1 – 2 of 2) sorted by relevance
676 friend class ElementRefIterator; variable706 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function710 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function713 bool operator<(ElementRefIterator Other) const {718 bool operator==(ElementRefIterator Other) const {722 bool operator!=(ElementRefIterator Other) const {746 ElementRefIterator operator++() {750 ElementRefIterator operator++(int) {751 ElementRefIterator Ret = *this;755 ElementRefIterator operator+(size_t count) {[all …]
90 TEST(CFG, ElementRefIterator) { in TEST() argument