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/Optional.h
  282 bool operator==(const Optional<T> &X, const Optional<U> &Y) {
include/llvm/ADT/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/Analysis/RegionIterator.h
  122   inline bool operator==(const Self& x) const {
include/llvm/CodeGen/SelectionDAGNodes.h
  144   bool operator==(const SDValue &O) const {
include/llvm/ExecutionEngine/JITSymbol.h
   87   bool operator==(const JITSymbolFlags &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/Support/LowLevelTypeImpl.h
  175   bool operator==(const LLT &RHS) const {
include/llvm/Support/MachineValueType.h
  272     bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
lib/Target/Hexagon/HexagonBlockRanges.h
  183 inline bool HexagonBlockRanges::IndexType::operator== (IndexType Idx) const {
tools/clang/include/clang/Basic/IdentifierTable.h
  730   bool operator==(Selector RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h
  183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
  214   bool operator==(const SourceRange &X) const {
tools/lldb/source/Symbol/UnwindPlan.cpp
   23 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const {
unittests/DebugInfo/PDB/HashTableTest.cpp
  212   bool operator==(const FooBar &RHS) 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_vector.h
 1601     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
utils/TableGen/CodeGenDAGPatterns.h
  178   bool operator==(const MachineValueTypeSet &S) const {