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/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/ADT/iterator.h
  263   bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Analysis/RegionIterator.h
  122   inline bool operator==(const Self& x) const {
  202   inline bool operator==(const Self& x) const {
include/llvm/DebugInfo/GSYM/InlineInfo.h
  122 inline bool operator==(const InlineInfo &LHS, const InlineInfo &RHS) {
include/llvm/DebugInfo/GSYM/LineTable.h
  175   bool operator==(const LineTable &RHS) const {
include/llvm/IR/CFG.h
   70   inline bool operator==(const Self& x) const { return It == x.It; }
  199   inline bool operator==(const Self &x) const { return Idx == x.Idx; }
include/llvm/IR/DebugInfoMetadata.h
  481     bool operator==(const ChecksumInfo<T> &X) const {
 2576 inline bool operator==(const DIExpression::FragmentInfo &A,
include/llvm/Remarks/Remark.h
  113 inline bool operator==(const RemarkLocation &LHS, const RemarkLocation &RHS) {
include/llvm/Support/Alignment.h
  306 inline bool operator==(Align Lhs, Align Rhs) {
include/llvm/Support/MD5.h
  104 inline bool operator==(const MD5::MD5Result &LHS, const MD5::MD5Result &RHS) {
tools/clang/include/clang/AST/StmtIterator.h
  107   bool operator==(const DERIVED& RHS) const {
tools/clang/lib/Tooling/Core/Replacement.cpp
  110 bool operator==(const Replacement &LHS, const Replacement &RHS) {
tools/clang/tools/extra/clangd/ExpectedTypes.h
   49   friend bool operator==(const OpaqueType &L, const OpaqueType &R) {
tools/clang/tools/extra/clangd/Protocol.h
  163   friend bool operator==(const Range &LHS, const Range &RHS) {
tools/clang/tools/extra/clangd/index/SymbolID.h
   36   bool operator==(const SymbolID &Sym) const {
unittests/ADT/OptionalTest.cpp
  463 bool operator==(const EqualityMock &Lhs, const EqualityMock &Rhs) {
unittests/ADT/TestGraph.h
  182     bool operator==(const ChildIterator &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_iterator.h
  869     operator==(const __normal_iterator<_Iterator, _Container>& __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)