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/MC/LaneBitmask.h
   50     constexpr bool operator< (LaneBitmask M)  const { return Mask < M.Mask; }
include/llvm/Object/MachO.h
  688 inline bool DiceRef::operator<(const DiceRef &Other) const {
include/llvm/Object/ObjectFile.h
  423 inline bool SectionRef::operator<(const SectionRef &Other) const {
include/llvm/Object/SymbolicFile.h
  187 inline bool BasicSymbolRef::operator<(const BasicSymbolRef &Other) const {
include/llvm/Support/MachineValueType.h
  271     bool operator<(const MVT& S)  const { return SimpleTy <  S.SimpleTy; }
lib/Target/Hexagon/HexagonConstExtenders.cpp
  308       bool operator<(const ExtExpr &Ex) const {
tools/clang/include/clang/AST/ASTTypeTraits.h
  292   bool operator<(const DynTypedNode &Other) const {
tools/clang/include/clang/AST/DeclarationName.h
  540 inline bool operator<(DeclarationName LHS, DeclarationName RHS) {
tools/clang/include/clang/Basic/SourceLocation.h
  191 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/lldb/include/lldb/Utility/UUID.h
  107   friend bool operator<(const UUID &LHS, const UUID &RHS) {
tools/llvm-opt-report/OptReport.cpp
  117   bool operator < (const OptReportLocationInfo &RHS) const {
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)
usr/include/c++/7.4.0/bits/stl_vector.h
 1618     operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
usr/include/c++/7.4.0/chrono
  770       operator<(const time_point<_Clock, _Dur1>& __lhs,
usr/include/c++/7.4.0/tuple
 1410     operator<(const tuple<_TElements...>& __t,
utils/TableGen/InfoByHwMode.cpp
  128 bool RegSizeInfo::operator< (const RegSizeInfo &I) const {