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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  123     return ranges == other.ranges;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  242     return S1->get<ConstraintSMT>() == S2->get<ConstraintSMT>();
tools/clang/lib/Analysis/LiveVariables.cpp
  172   return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
  172   return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
unittests/ADT/ImmutableSetTest.cpp
   39   EXPECT_TRUE(f.getEmptySet() == f.getEmptySet());
   57   EXPECT_FALSE(S == S2);
   67   EXPECT_FALSE(S == S3);
   72   EXPECT_FALSE(S2 == S3);
  128   EXPECT_TRUE(S2 == S4);
usr/include/c++/7.4.0/bits/stl_function.h
  356       { return __x == __y; }