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

Definitions

include/llvm/ADT/DenseMap.h
 1215   bool operator==(const ConstIterator &RHS) const {
include/llvm/ADT/DenseSet.h
  127     bool operator==(const ConstIterator& X) const { return I == X.I; }
include/llvm/ADT/SmallPtrSet.h
  236   bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
include/llvm/ADT/ilist_iterator.h
  145   friend bool operator==(const ilist_iterator &LHS, const ilist_iterator &RHS) {
include/llvm/ADT/iterator.h
  263   bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/CodeGen/MachineInstrBundleIterator.h
  184   friend bool operator==(const MachineInstrBundleIterator &L,
include/llvm/CodeGen/MachineRegisterInfo.h
 1121     bool operator==(const defusechain_instr_iterator &x) const {
include/llvm/CodeGen/SelectionDAGNodes.h
  791     bool operator==(const use_iterator &x) const {
include/llvm/IR/BasicBlock.h
  311     bool operator==(const phi_iterator_impl &Arg) const { return PN == Arg.PN; }
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/InstIterator.h
   79   inline bool operator==(const InstIterator &y) const {
include/llvm/IR/Instructions.h
 3295     bool operator==(const CaseIteratorImpl &RHS) const {
include/llvm/IR/Value.h
  137     bool operator==(const use_iterator_impl &x) const { return U == x.U; }
  174     bool operator==(const user_iterator_impl &x) const { return UI == x.UI; }
tools/clang/include/clang/AST/DeclBase.h
 2103     friend bool operator==(const specific_decl_iterator& x,
usr/include/c++/7.4.0/bits/forward_list.h
  162       operator==(const _Self& __x) const noexcept
usr/include/c++/7.4.0/bits/stl_deque.h
  267     operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
usr/include/c++/7.4.0/bits/stl_iterator.h
  302     operator==(const reverse_iterator<_Iterator>& __x,
  869     operator==(const __normal_iterator<_Iterator, _Container>& __lhs,
usr/include/c++/7.4.0/bits/stl_tree.h
  394       operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT