reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1541 if (Begin == End) 1543 return Begin == End; 1558 if (Begin == End)include/llvm/IR/Value.h
138 bool operator!=(const use_iterator_impl &x) const { return !operator==(x); } 174 bool operator==(const user_iterator_impl &x) const { return UI == x.UI; } 435 if (I == E) return false; 436 return ++I == E;lib/CodeGen/IndirectBrExpandPass.cpp
127 if (BlockAddressUseIt == BB.use_end()) 131 IsBlockAddressUse) == BB.use_end() &&lib/IR/Core.cpp
951 if (I == V->use_end())
tools/verify-uselistorder/verify-uselistorder.cpp318 if (RU == RE) { 393 if (V->use_empty() || std::next(V->use_begin()) == V->use_end()) 435 if (V->use_empty() || std::next(V->use_begin()) == V->use_end())usr/include/c++/7.4.0/bits/stl_algo.h
509 { return __last == std::find_if_not(__first, __last, __pred); } 526 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); } 3225 { return std::is_sorted_until(__first, __last, __comp) == __last; } 3232 if (__first == __last)