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

Definitions

include/llvm/ADT/APInt.h
 1133   bool operator==(const APInt &RHS) const {
include/llvm/ADT/ArrayRef.h
  523   inline bool operator==(ArrayRef<T> LHS, ArrayRef<T> RHS) {
include/llvm/ADT/BitVector.h
  533   bool operator==(const BitVector &RHS) const {
include/llvm/ADT/DenseMap.h
 1215   bool operator==(const ConstIterator &RHS) const {
include/llvm/ADT/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/ADT/ilist_iterator.h
  145   friend bool operator==(const ilist_iterator &LHS, const ilist_iterator &RHS) {
include/llvm/DebugInfo/DWARF/DWARFDie.h
  322 inline bool operator==(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/Testing/Support/Annotations.h
   54     friend bool operator==(const Range &L, const Range &R) {
tools/clang/include/clang/AST/ASTTypeTraits.h
  322   bool operator==(const DynTypedNode &Other) const {
tools/clang/include/clang/Basic/SourceLocation.h
  183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/tools/extra/clang-move/Move.h
   43     friend bool operator==(const Declaration &LHS, const Declaration &RHS) {
tools/clang/tools/extra/clangd/Protocol.cpp
  559 bool operator==(const SymbolDetails &LHS, const SymbolDetails &RHS) {
tools/clang/tools/extra/clangd/Protocol.h
  136   friend bool operator==(const Position &LHS, const Position &RHS) {
  163   friend bool operator==(const Range &LHS, const Range &RHS) {
  211 inline bool operator==(const TextEdit &L, const TextEdit &R) {
 1106   friend bool operator==(const DocumentHighlight &LHS,
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  456 bool operator==(const LineHighlightings &L, const LineHighlightings &R) {
tools/clang/tools/extra/clangd/index/Relation.h
   34   bool operator==(const Relation &Other) const {
tools/clang/tools/extra/clangd/index/SymbolID.h
   36   bool operator==(const SymbolID &Sym) const {
tools/clang/tools/extra/clangd/index/dex/Token.h
   76   bool operator==(const Token &Other) const {
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
   51 bool operator==(const PrintedDecl &L, const PrintedDecl &R) {
tools/lldb/include/lldb/Host/Host.h
   52 inline bool operator==(WaitStatus a, WaitStatus b) {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
   90   bool operator==(const MemoryRegionInfo &rhs) const {
tools/lldb/source/Utility/RegisterValue.cpp
  767 bool RegisterValue::operator==(const RegisterValue &rhs) const {
tools/lldb/source/Utility/Scalar.cpp
 2766 bool lldb_private::operator==(const Scalar &lhs, const Scalar &rhs) {
tools/lldb/unittests/Core/UniqueCStringMapTest.cpp
   21   friend bool operator==(NoDefault lhs, NoDefault rhs) {
tools/polly/unittests/Support/ISLTools.cpp
    6 static bool operator==(const isl::basic_set &A, const isl::basic_set &B) {
unittests/Support/FileCollectorTest.cpp
   19 inline bool operator==(const llvm::vfs::YAMLVFSEntry &LHS,
unittests/tools/llvm-exegesis/X86/TargetTest.cpp
   32 bool operator==(const MCInst &a, const MCInst &b) {
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/stl_pair.h
  448     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
usr/include/c++/7.4.0/bits/stl_set.h
  913     operator==(const set<_Key, _Compare, _Alloc>& __x,
usr/include/c++/7.4.0/bits/stl_vector.h
 1601     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
usr/include/c++/7.4.0/system_error
  292   operator==(const error_code& __lhs, const error_code& __rhs) noexcept