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/Support/UnicodeCharRanges.h
   28 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
lib/Target/Mips/Mips16ISelLowering.cpp
   38   bool operator<(const Mips16Libcall &RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h
   48   bool operator<(const FileID &RHS) const { return ID < RHS.ID; }