Home
last modified time | relevance | path

Searched defs:less (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dranges_operations.h51 struct less { struct
62 struct less_equal { argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Doperations.h126 struct _LIBCPP_TEMPLATE_VIS less : __binary_function<_Tp, _Tp, bool> { struct
130 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(less); argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h914 _LIBCPP_HIDE_FROM_ABI void __sort_dispatch(_Type* __first, _Type* __last, less<>&) { in __sort_dispatch() argument
922 _LIBCPP_HIDE_FROM_ABI void __sort_dispatch(_Type* __first, _Type* __last, ranges::less&) { in __sort_dispatch()
/freebsd/contrib/mandoc/
H A Dman_term.c377 int less; pre_in() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp216 bool PhysicalRegisterInfo::less(RegisterRef A, RegisterRef B) const { in less() function in llvm::rdf::PhysicalRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h46 less, // < enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h47 less, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp95 bool GCNRegPressure::less(const MachineFunction &MF, const GCNRegPressure &O, in less() function in GCNRegPressure
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp181 auto less = [&ctx](const std::string &a, const std::string &b) { in binImports() local
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h32 less, enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp596 auto less = [](const FdeData &a, const FdeData &b) { in getFdeData() local