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

Definitions

include/llvm/ADT/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/DebugInfo/DWARF/DWARFDie.h
  322 inline bool operator==(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/MC/MCSchedule.h
   68   bool operator==(const MCWriteProcResEntry &Other) const {
   82   bool operator==(const MCWriteLatencyEntry &Other) const {
  100   bool operator==(const MCReadAdvanceEntry &Other) const {
include/llvm/MCA/Instruction.h
  629   bool operator==(const WriteRef &Other) const { return Data == Other.Data; }
lib/Analysis/AliasAnalysisSummary.h
  155 inline bool operator==(ExternalRelation LHS, ExternalRelation RHS) {
lib/Target/Hexagon/RDFRegisters.h
   83     bool operator== (const RegisterRef &RR) const {
lib/Target/X86/X86InstrFoldTables.h
   76   bool operator==(const X86MemoryFoldTableEntry &RHS) const {
lib/Target/X86/X86IntrinsicsInfo.h
   51   bool operator==(const IntrinsicData &RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h
  183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/tools/extra/clang-doc/Representation.h
   52   bool operator==(const CommentInfo &Other) const {
  217   bool operator==(const Location &Other) const {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  450 bool operator==(const HighlightingToken &L, const HighlightingToken &R) {
tools/clang/tools/extra/clangd/index/Relation.h
   34   bool operator==(const Relation &Other) const {
usr/include/c++/7.4.0/bits/basic_string.h
 6017     operator==(const basic_string<_CharT>& __lhs,
usr/include/c++/7.4.0/bits/stl_pair.h
  448     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
usr/include/c++/7.4.0/bits/stl_vector.h
 1601     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
utils/TableGen/FastISelEmitter.cpp
  133   bool operator==(const OperandsSignature &O) const {
utils/TableGen/InfoByHwMode.cpp
   46 bool ValueTypeByHwMode::operator== (const ValueTypeByHwMode &T) const {