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

Definitions

include/llvm/ADT/SCCIterator.h
  113   bool operator==(const scc_iterator &x) const {
include/llvm/ADT/STLExtras.h
  486   bool operator==(const early_inc_iterator_impl &RHS) const {
  595   bool operator==(const zip_first<Iters...> &other) const {
  617   bool operator==(const zip_shortest<Iters...> &other) const {
  752   bool operator==(const zip_longest_iterator<Iters...> &other) const {
  905   bool operator==(const concat_iterator &RHS) const {
 1451   bool operator==(const enumerator_iter<R> &RHS) const {
include/llvm/ADT/Sequence.h
   62   bool operator==(const value_sequence_iterator &RHS) const {
include/llvm/ADT/SmallSet.h
  110   bool operator==(const SmallSetIterator &RHS) const {
include/llvm/ADT/StringMap.h
  508   bool operator==(const DerivedTy &RHS) const { return Ptr == RHS.Ptr; }
include/llvm/ADT/iterator.h
  263   bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Analysis/LazyCallGraph.h
  915     bool operator==(const postorder_ref_scc_iterator &Arg) const {
include/llvm/Analysis/MemorySSA.h
 1091   bool operator==(const memoryaccess_def_iterator_base &Other) const {
 1197   bool operator==(const upward_defs_iterator &Other) const {
 1291   bool operator==(const def_chain_iterator &O) const { return MA == O.MA; }
include/llvm/DebugInfo/CodeView/SymbolRecord.h
  177   bool operator==(BinaryAnnotationIterator Other) const {
include/llvm/DebugInfo/PDB/Native/HashTable.h
   63   bool operator==(const HashTableIterator &R) const {
include/llvm/ExecutionEngine/JITLink/JITLink.h
  673     bool operator==(const defined_symbol_iterator_impl &RHS) const {
include/llvm/IR/BasicBlock.h
  311     bool operator==(const phi_iterator_impl &Arg) const { return PN == Arg.PN; }
include/llvm/IR/CFG.h
  199   inline bool operator==(const Self &x) const { return Idx == x.Idx; }
include/llvm/IR/Instructions.h
 3295     bool operator==(const CaseIteratorImpl &RHS) const {
include/llvm/Object/Minidump.h
  115     bool operator==(const MemoryInfoIterator &R) const {
include/llvm/ProfileData/Coverage/CoverageMapping.h
  349   bool operator==(const FunctionRecordIterator &RHS) const {
  646   bool operator==(const LineCoverageIterator &R) const {
include/llvm/Support/BinaryStreamArray.h
  176   bool operator==(const IterType &R) const {
  336   bool operator==(const FixedStreamArrayIterator<T> &R) const {
include/llvm/Support/Registry.h
   91       bool operator==(const iterator &That) const { return Cur == That.Cur; }
lib/Analysis/MemorySSA.cpp
  709     bool operator==(const generic_def_path_iterator &O) const {
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
   30 operator==(const DbiModuleSourceFilesIterator &R) const {
lib/Support/Path.cpp
  287 bool const_iterator::operator==(const const_iterator &RHS) const {
  337 bool reverse_iterator::operator==(const reverse_iterator &RHS) const {
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
   92   bool operator==(const enum_iterator &RHS) const { return Value == RHS.Value; }
lib/Transforms/Scalar/SROA.cpp
  582   bool operator==(const partition_iterator &RHS) const {
tools/clang/include/clang/AST/Expr.h
 5322     bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
tools/clang/include/clang/Sema/SemaInternal.h
  269       bool operator==(const iterator &RHS) const { return Inner == RHS.Inner; }
tools/clang/include/clang/Serialization/ASTReader.h
 1411     bool operator==(const ModuleDeclIterator &RHS) const {
tools/lld/COFF/Chunks.h
  275     bool operator==(const AssociatedIterator &r) const { return cur == r.cur; }
tools/llvm-pdbutil/InputFile.cpp
  445 bool SymbolGroupIterator::operator==(const SymbolGroupIterator &R) const {
tools/polly/include/polly/Support/ISLTools.h
   40   bool operator==(const isl_iterator &O) const {