|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/StringRef.h 886 inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/CodeGen/Register.h 120 bool operator==(const Register &Other) const { return Reg == Other.Reg; }
include/llvm/CodeGen/SelectionDAGNodes.h 144 bool operator==(const SDValue &O) const {
include/llvm/DebugInfo/DWARF/DWARFDie.h 322 inline bool operator==(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/IR/DebugInfoMetadata.h 2576 inline bool operator==(const DIExpression::FragmentInfo &A,
include/llvm/MC/SubtargetFeature.h 148 bool operator==(const FeatureBitset &RHS) const {
include/llvm/Support/MachineValueType.h 272 bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
tools/clang/include/clang/AST/DeclarationName.h 508 friend bool operator==(DeclarationName LHS, DeclarationName RHS) {
tools/clang/include/clang/AST/Redeclarable.h 364 friend bool operator==(CanonicalDeclPtr LHS, CanonicalDeclPtr RHS) {
tools/clang/include/clang/Basic/IdentifierTable.h 730 bool operator==(Selector RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h 47 bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/lldb/source/Symbol/CompilerType.cpp 1044 bool lldb_private::operator==(const lldb_private::CompilerType &lhs,
tools/llvm-exegesis/lib/Clustering.h 51 bool operator==(const ClusterId &O) const { return Id_ == O.Id_; }
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_pair.h 448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)