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

References

include/llvm/ADT/IntervalMap.h
  531     if (pip == RHS.pip)
include/llvm/ADT/PointerIntPair.h
  215   static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }
include/llvm/CodeGen/SlotIndexes.h
  166       return lie == other.lie;
include/llvm/IR/CallSite.h
  684   bool operator==(const CallSite &CS) const { return I == CS.I; }
include/llvm/Support/CFGUpdate.h
   41     return From == RHS.From && ToAndKind == RHS.ToAndKind;
lib/Analysis/MemoryDependenceAnalysis.cpp
 1172   if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
tools/clang/include/clang/AST/GlobalDecl.h
  105     return LHS.Value == RHS.Value &&
tools/clang/include/clang/AST/Type.h
  970     return LHS.Value == RHS.Value;
tools/clang/include/clang/Analysis/ProgramPoint.h
  196            Data2 == RHS.Data2 &&
  197            L == RHS.L &&
  198            Tag == RHS.Tag;
tools/clang/include/clang/Lex/ModuleMap.h
  158       return A.Storage == B.Storage;
tools/clang/include/clang/Sema/ScopeInfo.h
  291       return Base == Other.Base && Property == Other.Property;
  339       return Rep == Other.Rep;
unittests/Analysis/SparsePropagation.cpp
   76     return LatticeVal == RHS.LatticeVal;
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {