Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/
H A Dranges_robust_against_copying_comparators.pass.cpp22 struct Less { struct
24 constexpr explicit Less(int *copies) : copies_(copies) {} in Less() argument
25 constexpr Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() function
27 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
H A Drobust_against_copying_comparators.pass.cpp19 struct Less { struct
21 TEST_CONSTEXPR explicit Less(int *copies) : copies_(copies) {} in Less() argument
22 TEST_CONSTEXPR_CXX14 Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() argument
24 TEST_CONSTEXPR bool operator()(T, T) const { return false; } in operator ()()
H A Dranges_robust_against_copying_projections.pass.cpp32 struct Less { struct
33 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dthree_way_compare.pass.cpp50 auto& Less = std::strong_ordering::less; in test() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DThunk.h62 bool Less(const VirtualAdjustment &RHS) const { in Less() function
129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcommon.h36 ENUM_CLASS(Ordering, Less, Equal, Greater) in ENUM_CLASS() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp152 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp81 template <bool Prefix> struct Less { struct
82 bool operator()(StringRef Key, std::pair<StringRef, size_t> Value) const { in operator ()()
86 bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const { in operator ()()
/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dllvm_target.ml18 | Less Constructor
H A Dllvm_target.mli23 | Less Constructor
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.partialord/
H A Dpartialord.pass.cpp67 auto& Less = std::partial_ordering::less; in test_constexpr() local
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.weakord/
H A Dweakord.pass.cpp87 auto& Less = std::weak_ordering::less; in test_constexpr() local
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.strongord/
H A Dstrongord.pass.cpp107 auto& Less = std::strong_ordering::less; in test_constexpr() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCodeGen.h54 Less = 1, // -O1 enumerator
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp151 const auto Less = [](const FunctionData &FD) { in Main() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComparisonCategories.h69 Less, enumerator
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp1773 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1808 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1823 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DOptionalTest.cpp618 struct Less { struct
619 template <typename T, typename U> static bool apply(const T &X, const U &Y) { in apply()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp572 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp109 struct Less { struct
110 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp719 LessClangTidyError Less; in operator ()() local
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstring.bench.cpp395 enum class Relation { Eq, Less, Compare }; enumerator
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1929 enum BoundCmpResult { Greater, Less, Equal, Unknown }; enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2863 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()

12