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

Definitions

include/llvm/ADT/Optional.h
  301 bool operator<=(const Optional<T> &X, const Optional<U> &Y) {
include/llvm/ADT/iterator.h
  156   bool operator<=(const DerivedT &RHS) const {
include/llvm/Support/Alignment.h
  260 inline bool operator<=(Align Lhs, uint64_t Rhs) {
  284 inline bool operator<=(MaybeAlign Lhs, uint64_t Rhs) {
  312 inline bool operator<=(Align Lhs, Align Rhs) {
tools/lldb/source/Utility/VMRange.cpp
   60 bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) {