Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h676 friend class ElementRefIterator; variable
706 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function
710 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function
713 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 …]
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGTest.cpp90 TEST(CFG, ElementRefIterator) { in TEST() argument