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

Definitions

include/llvm/ADT/Hashing.h
   85   friend bool operator==(const hash_code &lhs, const hash_code &rhs) {
include/llvm/ADT/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/CodeGen/Register.h
  120   bool operator==(const Register &Other) const { return Reg == Other.Reg; }
include/llvm/CodeGen/ScheduleDAG.h
  131     bool operator==(const SDep &Other) const {
include/llvm/CodeGen/SelectionDAGNodes.h
  144   bool operator==(const SDValue &O) const {
  294   bool operator==(const SDValue &V) const {
include/llvm/IR/ModuleSummaryIndex.h
  237 inline bool operator==(const ValueInfo &A, const ValueInfo &B) {
include/llvm/MC/LaneBitmask.h
   48     constexpr bool operator== (LaneBitmask M) const { return Mask == M.Mask; }
include/llvm/MCA/Instruction.h
  569   bool operator==(const InstRef &Other) const { return Data == Other.Data; }
include/llvm/Support/CFGUpdate.h
   40   bool operator==(const Update &RHS) const {
include/llvm/Support/LowLevelTypeImpl.h
  175   bool operator==(const LLT &RHS) const {
include/llvm/Support/MachineValueType.h
  272     bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
lib/Support/YAMLParser.cpp
  186   bool operator ==(const SimpleKey &Other) {
lib/Target/AArch64/AArch64ISelLowering.cpp
 6280     bool operator ==(SDValue OtherVec) { return Vec == OtherVec; }
lib/Target/ARM/ARMISelLowering.cpp
 7355     bool operator ==(SDValue OtherVec) { return Vec == OtherVec; }
lib/Transforms/Utils/SimplifyCFG.cpp
  175   bool operator==(BasicBlock *RHSDest) const { return Dest == RHSDest; }
tools/clang/include/clang/AST/ASTTypeTraits.h
  322   bool operator==(const DynTypedNode &Other) const {
tools/clang/include/clang/AST/Attr.h
  303   bool operator==(const ParamIdx &I) const {
tools/clang/include/clang/AST/CXXInheritance.h
  261   friend bool operator==(const UniqueVirtualMethod &X,
tools/clang/include/clang/AST/Type.h
  969   friend bool operator==(const QualType &LHS, const QualType &RHS) {
tools/clang/include/clang/AST/TypeLoc.h
  215   friend bool operator==(const TypeLoc &LHS, const TypeLoc &RHS) {
tools/clang/include/clang/Analysis/PathDiagnostic.h
  289   bool operator==(const PathDiagnosticLocation &X) const {
tools/clang/include/clang/Basic/ABI.h
  198   friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) {
tools/clang/include/clang/Basic/IdentifierTable.h
  730   bool operator==(Selector RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h
   47   bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
  183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
  214   bool operator==(const SourceRange &X) const {
tools/clang/include/clang/Edit/EditedSource.h
   58     bool operator==(const MacroArgUse &Other) const {
tools/clang/include/clang/Sema/ScopeInfo.h
  338     bool operator==(const WeakUseTy &Other) const {
tools/clang/include/clang/Sema/Sema.h
11589     bool operator==(const MisalignedMember &m) { return this->E == m.E; }
tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  174     bool operator==(const CheckerInfo &Rhs) const {
  198     bool operator==(const PackageInfo &Rhs) const {
tools/clang/tools/extra/clang-doc/Representation.h
  397   bool operator==(const SymbolID &Other) const { return USR == Other; }
tools/clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
   26 static bool operator==(const DirectoryWatcher::Event &lhs,
tools/lldb/include/lldb/Target/Process.h
 2636     bool operator== (const PreResumeCallbackAndBaton &rhs) {
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  150     bool operator==(const SOEntry &entry) { return this->path == entry.path; }
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  139     bool operator==(const SOEntry &entry) {
tools/lldb/source/Utility/FileSpec.cpp
  260 bool FileSpec::operator==(const FileSpec &rhs) const {
tools/llvm-exegesis/lib/MCInstrDescView.cpp
  297 operator==(const AliasingRegisterOperands &Other) const {
tools/llvm-objcopy/CopyConfig.h
  118   bool operator==(StringRef S) const {
usr/include/c++/7.4.0/bits/basic_string.h
 6017     operator==(const basic_string<_CharT>& __lhs,
 6043     operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/shared_ptr.h
  368     operator==(const shared_ptr<_Tp>& __a, const shared_ptr<_Up>& __b) noexcept
usr/include/c++/7.4.0/bits/stl_pair.h
  448     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
utils/TableGen/CodeGenDAGPatterns.h
  624   bool operator==(const TreePredicateCall &o) const {
utils/TableGen/InfoByHwMode.cpp
   46 bool ValueTypeByHwMode::operator== (const ValueTypeByHwMode &T) const {