| /llvm-project-15.0.7/libcxx/test/libcxx/algorithms/ |
| H A D | ranges_robust_against_copying_comparators.pass.cpp | 22 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 D | robust_against_copying_comparators.pass.cpp | 19 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 D | ranges_robust_against_copying_projections.pass.cpp | 32 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 D | three_way_compare.pass.cpp | 50 auto& Less = std::strong_ordering::less; in test() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Thunk.h | 62 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 D | common.h | 36 ENUM_CLASS(Ordering, Less, Equal, Greater) in ENUM_CLASS() argument
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 152 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 81 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 D | llvm_target.ml | 18 | Less Constructor
|
| H A D | llvm_target.mli | 23 | Less Constructor
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.partialord/ |
| H A D | partialord.pass.cpp | 67 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 D | weakord.pass.cpp | 87 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 D | strongord.pass.cpp | 107 auto& Less = std::strong_ordering::less; in test_constexpr() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 54 Less = 1, // -O1 enumerator
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | ResultAnalyzerMain.cpp | 151 const auto Less = [](const FunctionData &FD) { in Main() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ComparisonCategories.h | 69 Less, enumerator
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1773 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 D | MCAsmMacro.h | 53 Less, LessEqual, LessLess, LessGreater, enumerator
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | OptionalTest.cpp | 618 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 D | HexagonStoreWidening.cpp | 572 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 109 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 D | ClangTidyDiagnosticConsumer.cpp | 719 LessClangTidyError Less; in operator ()() local
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 395 enum class Relation { Eq, Less, Compare }; enumerator
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | IntegerRelation.cpp | 1929 enum BoundCmpResult { Greater, Less, Equal, Unknown }; enumerator
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2863 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
|