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

Definitions

include/llvm/ADT/StringRef.h
  892   inline bool operator<(StringRef LHS, StringRef RHS) {
include/llvm/Analysis/BlockFrequencyInfoImpl.h
  194     bool operator<(const BlockNode &X) const { return Index < X.Index; }
include/llvm/Analysis/MemoryDependenceAnalysis.h
  228   bool operator<(const NonLocalDepEntry &RHS) const { return BB < RHS.BB; }
include/llvm/CodeGen/LiveInterval.h
  886   inline bool operator<(SlotIndex V, const LiveRange::Segment &S) {
include/llvm/CodeGen/SlotIndexes.h
  175     bool operator<(SlotIndex other) const {
include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
   49 static inline bool operator<(const DWARFAddressRange &LHS,
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
   69     bool operator<(const RangeEndpoint &Other) const {
include/llvm/DebugInfo/DWARF/DWARFDie.h
  331 inline bool operator<(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/DebugInfo/GSYM/FunctionInfo.h
  170 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) {
include/llvm/DebugInfo/GSYM/Range.h
   49   bool operator<(const AddressRange &R) const {
include/llvm/Support/Automaton.h
   51   bool operator<(const NfaStatePair &Other) const {
include/llvm/Support/SourceMgr.h
  250   bool operator<(const SMFixIt &Other) const {
include/llvm/Support/Timer.h
  181     bool operator <(const PrintRecord &Other) const {
include/llvm/Transforms/Scalar/Reassociate.h
   53 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
lib/Analysis/AliasAnalysisSummary.h
  161 inline bool operator<(ExternalRelation LHS, ExternalRelation RHS) {
lib/Analysis/CFLAndersAliasAnalysis.cpp
  143 bool operator<(OffsetValue LHS, OffsetValue RHS) {
lib/CodeGen/AsmPrinter/DebugLocEntry.h
  176 inline bool operator<(const DbgValueLoc &A,
lib/CodeGen/LocalStackSlotAllocation.cpp
   64     bool operator<(const FrameRef &RHS) const {
lib/CodeGen/MachineScheduler.cpp
 1477     bool operator<(const MemOpInfo &RHS) const {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 8387   bool operator<(const UseMemo &L, const UseMemo &R) {
lib/IR/Attributes.cpp
  487 bool Attribute::operator<(Attribute A) const {
lib/MC/MachObjectWriter.cpp
   70 MachSymbolData::operator<(const MachSymbolData &RHS) const {
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  638     bool operator< (const BankStall &RHS) const { return Stalls > RHS.Stalls; }
lib/Target/Hexagon/HexagonBlockRanges.h
   87     bool operator< (const IndexRange &A) const {
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
  123   bool operator<(const HexagonInstr &B) const {
lib/Target/Hexagon/RDFRegisters.h
   91     bool operator< (const RegisterRef &RR) const {
lib/Target/Mips/MicroMipsSizeReduction.cpp
  116   friend bool operator<(const unsigned int r, const struct ReduceEntry &re) {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1184     bool operator < (const ValueRotInfo &Other) const {
lib/TextAPI/MachO/TextStubCommon.h
   26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
lib/Transforms/Scalar/NewGVN.cpp
 3509   bool operator<(const ValueDFS &Other) const {
lib/Transforms/Scalar/SROA.cpp
  193   bool operator<(const Slice &RHS) const {
tools/clang/include/clang/AST/CharUnits.h
  100       bool operator<  (const CharUnits &Other) const {
tools/clang/include/clang/AST/DeclarationName.h
  540 inline bool operator<(DeclarationName LHS, DeclarationName RHS) {
tools/clang/include/clang/Basic/SourceLocation.h
   48   bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
  191 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/include/clang/Basic/SourceManagerInternals.h
   75 inline bool operator<(unsigned Offset, const LineEntry &E) {
tools/clang/include/clang/Index/DeclOccurrence.h
   33   friend bool operator<(const DeclOccurrence &LHS, const DeclOccurrence &RHS) {
tools/clang/lib/AST/DeclObjC.cpp
 1575 bool operator<(const SynthesizeIvarChunk & LHS,
tools/clang/lib/CodeGen/CGBlocks.cpp
   96   bool operator<(const BlockCaptureManagedEntity &Other) const {
  368   bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
tools/clang/lib/CodeGen/CGExprConstant.cpp
  756   bool operator<(const BaseInfo &O) const { return Offset < O.Offset; }
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
   92     bool operator <(const MemberInfo& a) const { return Offset < a.Offset; }
tools/clang/lib/CodeGen/TargetInfo.cpp
 8685   bool operator<(const FieldEncoding &rhs) const {
tools/clang/lib/Format/UsingDeclarationsSorter.cpp
   74   bool operator<(const UsingDeclaration &Other) const {
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  755 bool clang::operator<(const CodeCompletionResult &X,
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  233       bool operator<(const FieldInfo &RHS) const {
tools/clang/lib/Tooling/Core/Replacement.cpp
   98 bool operator<(const Replacement &LHS, const Replacement &RHS) {
tools/clang/tools/extra/clang-doc/Representation.cpp
  251 bool Index::operator<(const Index &Other) const {
tools/clang/tools/extra/clang-doc/Representation.h
   71   bool operator<(const CommentInfo &Other) const {
  226   bool operator<(const Location &Other) const {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  621     bool operator<(const Event &Other) const {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  453 bool operator<(const HighlightingToken &L, const HighlightingToken &R) {
tools/clang/tools/extra/clangd/index/Ref.h
   58 inline bool operator<(const Ref &L, const Ref &R) {
tools/clang/tools/extra/clangd/index/Relation.h
   39   bool operator<(const Relation &Other) const {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  281     bool operator<(const Parameter &Other) const {
tools/clang/tools/extra/modularize/Modularize.cpp
  469   friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) {
tools/dsymutil/DwarfLinker.h
   94       bool operator<(const ValidReloc &RHS) const {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  110 inline bool operator<(const MemoryRegionInfo &lhs,
  119 inline bool operator<(lldb::addr_t lhs, const MemoryRegionInfo &rhs) {
tools/lldb/include/lldb/Utility/RangeMap.h
  110   bool operator<(const Range &rhs) const {
  603   bool operator<(const RangeData &rhs) const {
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   44 bool ArmUnwindInfo::ArmExidxEntry::operator<(const ArmExidxEntry &other) const {
tools/llvm-cov/SourceCoverageView.h
   49   friend bool operator<(const ExpansionView &LHS, const ExpansionView &RHS) {
   64   friend bool operator<(const InstantiationView &LHS,
tools/llvm-lipo/llvm-lipo.cpp
  243   friend bool operator<(const Slice &Lhs, const Slice &Rhs) {
unittests/TextAPI/TextStubV1Tests.cpp
   27 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV2Tests.cpp
   27 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV3Tests.cpp
   28 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV4Tests.cpp
   27 inline bool operator<(const ExampleSymbol &LHS, const ExampleSymbol &RHS) {
usr/include/c++/7.4.0/bits/basic_string.h
 6094     operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/stl_pair.h
  454     operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
utils/TableGen/CTagsEmitter.cpp
   35   int operator<(const Tag &B) const { return *Id < *B.Id; }
utils/TableGen/CodeGenDAGPatterns.h
 1087   bool operator<(const Predicate &P) const {
utils/TableGen/FastISelEmitter.cpp
  130   bool operator<(const OperandsSignature &O) const {
utils/TableGen/GlobalISelEmitter.cpp
  156   bool operator<(const LLTCodeGen &Other) const {
utils/TableGen/InfoByHwMode.cpp
   57 bool ValueTypeByHwMode::operator< (const ValueTypeByHwMode &T) const {