reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/STLExtras.h
  833     if (Begin == End)
  862     if (Begin == End)
include/llvm/ADT/StringExtras.h
  316   if (Begin == End)
include/llvm/ADT/iterator.h
  263   bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Option/ArgList.h
  103     return LHS.Current == RHS.Current;
lib/Support/TimeProfiler.cpp
   97         }) == Stack.rend()) {
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  670     if (Range.begin() == Range.end())
tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
   93   bool empty() const { return begin() == end(); }
tools/clang/include/clang/Analysis/CFG.h
  719       return Parent == Other.Parent && Pos == Other.Pos;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  546     bool operator==(const iterator &X) const { return I == X.I; }
tools/clang/lib/AST/ODRHash.cpp
  231   assert(I == Bools.rend());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7601       if (Next == CE || IsPointer || IsFinalArraySection) {
 7604         assert((Next == CE ||
 7623           assert(Next == CE &&
 8332         if (CI == CE || SI == SE) {
 8332         if (CI == CE || SI == SE) {
 8335           const MapData &BaseData = CI == CE ? L : L1;
 8337               SI == SE ? Components : Components1;
 8376             if (CI == CE && SI == SE)
 8376             if (CI == CE && SI == SE)
 8380             if (CI == CE || SI == SE)
 8380             if (CI == CE || SI == SE)
 8381               return CI == CE;
tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  228       if (std::find(Features.rbegin(), ItRFullFP16, "-fp16fml") == ItRFullFP16)
tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
  435       if (std::find(Features.rbegin(), ItRFullFP16, "-fp16fml") == ItRFullFP16)
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1100         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1104         if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
tools/clang/lib/Sema/ScopeInfo.cpp
  213   if (ThisUse == Uses->second.rend())
tools/clang/lib/Sema/Sema.cpp
 1852     if (I == E)
tools/clang/lib/Sema/SemaLookup.cpp
 3694           SM == ShadowMaps.rbegin())
tools/clang/lib/Sema/SemaOpenMP.cpp
  741     if (SI == SE)
  907   if (Iter == end()) {
 1471     if (I == NewI && CPred(DVar.CKind))
 1488   if (StartI == EndI || !DPred(StartI->Directive))
 1492   return (NewI == StartI && CPred(DVar.CKind)) ? DVar : DSAVarData();
 1815           if (EI == EE)
 3014                   if (CCI == CCE)
14974         if (CI == CE && SI == SE) {
14974         if (CI == CE && SI == SE) {
15015           if (CI == CE || SI == SE) {
15015           if (CI == CE || SI == SE) {
15042         if (CurrentRegionOnly && (CI == CE || SI == SE)) {
15042         if (CurrentRegionOnly && (CI == CE || SI == SE)) {
15083             (!CurrentRegionOnly && CI != CE && SI == SE);
tools/clang/tools/extra/clang-include-fixer/SymbolIndexManager.cpp
  131       if (IsMatched && IdentiferContext == Names.rend()) {
tools/clang/tools/extra/clangd/TUScheduler.cpp
  576   if (LastUpdate == Requests.rend()) {
tools/lldb/source/Symbol/SymbolContext.cpp
  241       if (pos == begin)
tools/llvm-xray/xray-account.cpp
  178     if (Parent == ThreadStack.rend())
tools/llvm-xray/xray-graph.cpp
  221       if (Parent == ThreadStack.rend())
tools/llvm-xray/xray-stacks.cpp
  423       if (FunctionEntryMatch == TS.rend()) {
unittests/ADT/SmallStringTest.cpp
   43   EXPECT_TRUE(theString.rbegin() == theString.rend());
unittests/ADT/SmallVectorTest.cpp
  231   EXPECT_TRUE(this->theVector.rbegin() == this->theVector.rend());
  392   EXPECT_TRUE(rit == this->theVector.rend());
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); }
usr/include/c++/7.4.0/bits/stl_algobase.h
  888       return __first1 == __last1 && __first2 != __last2;
usr/include/c++/7.4.0/bits/stl_iterator.h
  304     { return __x.base() == __y.base(); }
  316     { return !(__x == __y); }
usr/include/c++/7.4.0/tuple
 1372 	return bool(std::get<__i>(__t) == std::get<__i>(__u))
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {