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/CodeGen/SlotIndexes.h
  175     bool operator<(SlotIndex other) const {
include/llvm/Support/Alignment.h
  318 inline bool operator<(Align Lhs, Align Rhs) {
include/llvm/Support/BlockFrequency.h
   58   bool operator<(BlockFrequency RHS) const {
include/llvm/Support/BranchProbability.h
  175   bool operator<(BranchProbability RHS) const {
include/llvm/Support/ScaledNumber.h
  568   bool operator<(const ScaledNumber &X) const { return compare(X) < 0; }
tools/clang/include/clang/AST/CharUnits.h
  100       bool operator<  (const CharUnits &Other) const {
tools/clang/include/clang/Basic/SourceLocation.h
  191 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  100 static bool operator<(const DebugLoc &LHS, const DebugLoc &RHS) {
usr/include/c++/7.4.0/chrono
  559       operator<(const duration<_Rep1, _Period1>& __lhs,