|
reference, declaration → definition
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 152 bool operator==(const ConstIterator& X) const { return I == X.I; }
include/llvm/ADT/ImmutableSet.h 777 bool operator==(const ImutAVLTreeInOrderIterator &x) const {
include/llvm/ADT/STLExtras.h 595 bool operator==(const zip_first<Iters...> &other) const {
include/llvm/ADT/Sequence.h 62 bool operator==(const value_sequence_iterator &RHS) const {
include/llvm/ADT/SmallPtrSet.h 236 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
include/llvm/ADT/StringMap.h 508 bool operator==(const DerivedTy &RHS) const { return Ptr == RHS.Ptr; }
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/DIE.h 580 bool operator==(const iterator &X) const { return N == X.N; }
603 bool operator==(const const_iterator &X) const { return N == X.N; }
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/Object/Minidump.h 115 bool operator==(const MemoryInfoIterator &R) const {
include/llvm/Support/BinaryStreamArray.h 336 bool operator==(const FixedStreamArrayIterator<T> &R) const {
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_list.h 190 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_tree.h 315 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT