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

References

gen/tools/clang/include/clang/AST/Attrs.inc
13720                Architecture == Other.Architecture && Features == Other.Features;
include/llvm/ADT/DepthFirstIterator.h
  162     return VisitStack == x.VisitStack;
include/llvm/ADT/Optional.h
  284     return *X == *Y;
include/llvm/ADT/PostOrderIterator.h
  151     return VisitStack == x.VisitStack;
include/llvm/ADT/SCCIterator.h
  114     return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
  114     return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
include/llvm/Analysis/IntervalIterator.h
  130     return IntStack == x.IntStack;
include/llvm/Analysis/LoopInfoImpl.h
  625   return BB1 == BB2;
include/llvm/CodeGen/MIRYamlMapping.h
  439       return ID == Other.ID && Blocks == Other.Blocks;
  447     return Kind == Other.Kind && Entries == Other.Entries;
include/llvm/DebugInfo/GSYM/InlineInfo.h
  125          LHS.Children == RHS.Children;
include/llvm/DebugInfo/GSYM/LineTable.h
  176     return Lines == RHS.Lines;
include/llvm/DebugInfo/GSYM/Range.h
   87     return Ranges == RHS.Ranges;
include/llvm/IR/ModuleSummaryIndex.h
  720            L.Args == R.Args;
include/llvm/Support/JSON.h
  206   friend bool operator==(const Array &L, const Array &R) { return L.V == R.V; }
include/llvm/Support/YAMLTraits.h
  928     const bool sameAsDefault = outputting() && Val == DefaultValue;
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  583     if (Vec == SizeAndActionsVec({{1, FewerElements}}))
lib/Transforms/IPO/CalledValuePropagation.cpp
   87     return LatticeState == RHS.LatticeState && Functions == RHS.Functions;
lib/Transforms/Scalar/SROA.cpp
 3773                         if (LoadOffsets.Splits == StoreOffsets.Splits)
tools/clang/include/clang/Format/Format.h
 1705       return Language == Other.Language && Delimiters == Other.Delimiters &&
 1706              EnclosingFunctions == Other.EnclosingFunctions &&
 2075            ForEachMacros == R.ForEachMacros &&
 2077            IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
 2083            JavaImportGroups == R.JavaImportGroups &&
 2092            NamespaceMacros == R.NamespaceMacros &&
 2108            RawStringFormats == R.RawStringFormats &&
 2129            StatementMacros == R.StatementMacros && UseTab == R.UseTab &&
 2130            TypenameMacros == R.TypenameMacros;
tools/clang/include/clang/Tooling/CompilationDatabase.h
   69            LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
tools/clang/tools/extra/modularize/Modularize.cpp
  524       if (H->second == KnownH->second)
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1014       if (I->Path == Path)
tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
  349                        return a.first == Signature;
tools/lld/COFF/ICF.cpp
  138   return childClasses(a) == childClasses(b);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  148              segments == rhs.segments && os_type == rhs.os_type &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   89          m_attributes == rhs.m_attributes;
usr/include/c++/7.4.0/bits/predefined_ops.h
  106       { return *__it1 == *__it2; }
usr/include/c++/7.4.0/bits/stl_pair.h
  449     { return __x.first == __y.first && __x.second == __y.second; }
usr/include/c++/7.4.0/bits/stl_vector.h
 1626     { return !(__x == __y); }
usr/include/c++/7.4.0/tuple
 1372 	return bool(std::get<__i>(__t) == std::get<__i>(__u))
utils/TableGen/CodeGenDAGPatterns.cpp
 1939                 NewChild->getPredicateCalls() == Child->getPredicateCalls()) &&
 1986                 NewChild->getPredicateCalls() == Child->getPredicateCalls()) &&
 4634         Matches[p] = (Predicates == PatternsToMatch[p].getPredicates());
utils/TableGen/CodeGenRegisters.cpp
 1796     if (I->Units == Set.Units)
 2028       if (RegClassUnitSets[RCUnitSetsIdx] == RUSets) {
utils/TableGen/OptParserEmitter.cpp
   81       A->getValueAsListOfStrings("Prefixes") ==
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
   52   StringRef Size = (Table == EVEX2VEX128) ? "128" : "256";
utils/unittest/googlemock/include/gmock/gmock-matchers.h
  206   bool operator()(const A& a, const B& b) const { return a == b; }
 2560     if (lhs_stl_container == expected_)
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {