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

Definitions

include/llvm/ADT/Optional.h
  294 bool operator<(const Optional<T> &X, const Optional<U> &Y) {
include/llvm/ADT/iterator.h
  264   bool operator<(const DerivedT &RHS) const {
include/llvm/DebugInfo/GSYM/FunctionInfo.h
  170 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) {
include/llvm/DebugInfo/GSYM/LineEntry.h
   42 inline bool operator<(const LineEntry &LHS, const LineEntry &RHS) {
include/llvm/DebugInfo/GSYM/LineTable.h
  181   bool operator<(const LineTable &RHS) const {
include/llvm/DebugInfo/GSYM/Range.h
   49   bool operator<(const AddressRange &R) const {
include/llvm/Support/Alignment.h
  268 inline bool operator<(Align Lhs, uint64_t Rhs) {
  294 inline bool operator<(MaybeAlign Lhs, uint64_t Rhs) {
  318 inline bool operator<(Align Lhs, Align Rhs) {
include/llvm/Support/TypeSize.h
   88   friend bool operator<(const TypeSize &LHS, const TypeSize &RHS) {
tools/clang/include/clang/Basic/FixedPoint.h
  180   bool operator<(const APFixedPoint &Other) const { return compare(Other) < 0; }
tools/lldb/include/lldb/Utility/UUID.h
  107   friend bool operator<(const UUID &LHS, const UUID &RHS) {
tools/lldb/source/Utility/VMRange.cpp
   52 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) {
tools/llvm-exegesis/lib/Clustering.h
   52     bool operator<(const ClusterId &O) const { return Id_ < O.Id_; }
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_iterator.h
  898     operator<(const __normal_iterator<_Iterator, _Container>& __lhs,
usr/include/c++/7.4.0/chrono
  770       operator<(const time_point<_Clock, _Dur1>& __lhs,