Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/libcxx/algorithms/
H A Dranges_robust_against_copying_comparators.pass.cpp25 constexpr explicit Less(int *copies) : copies_(copies) {} in Less() argument
27 constexpr Less& operator=(const Less&) = default; in operator ()() argument
22 struct Less { global() struct
24 LessLess Less() argument
[all...]
H A Drobust_against_copying_comparators.pass.cpp22 TEST_CONSTEXPR explicit Less(int *copies) : copies_(copies) {} in Less() argument
24 TEST_CONSTEXPR_CXX14 Less& operator=(const Less&) = default; in operator ()() argument
19 struct Less { global() struct
21 LessLess Less() argument
[all...]
H A Dranges_robust_against_copying_projections.pass.cpp33 struct Less { in operator ()() argument
32 struct Less { global() struct
[all...]
/llvm-project/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/clang/include/clang/Basic/
H A DThunk.h63 bool Less(const VirtualAdjustment &RHS) const { in Less() function
130 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/llvm-project/flang/include/flang/Evaluate/
H A Dcommon.h38 ENUM_CLASS(Ordering,Less,Equal,Greater) ENUM_CLASS() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp173 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp80 template <bool Prefix> struct Less { struct
81 bool operator()(StringRef Key, std::pair<StringRef, size_t> Value) const { in operator ()()
85 bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const { in operator ()()
/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml18 | Less Constructor
H A Dllvm_target.mli23 | Less Constructor
/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/
H A Dpartialord.pass.cpp63 auto& Less = std::partial_ordering::less; in test_constexpr() local
/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/
H A Dweakord.pass.cpp83 auto& Less = std::weak_ordering::less; in test_constexpr() local
/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/
H A Dstrongord.pass.cpp103 auto& Less = std::strong_ordering::less; in test_constexpr() local
/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h70 Less, enumerator
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h56 Less = 1, ///< -O1 enumerator
/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1727 diagnoseUnknownTemplateId(ExprResult LHS,SourceLocation Less) diagnoseUnknownTemplateId() argument
1762 SourceLocation Less = ConsumeToken(); checkPotentialAngleBracket() local
1777 SourceLocation Less = ConsumeToken(); checkPotentialAngleBracket() local
/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp109 struct Less { struct
110 operator ()__anon29ea715c0111::CallInfo::Less operator ()() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp744 LessClangTidyError Less; operator ()() local
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2130 enum BoundCmpResult { Greater, Less, Equal, Unknown }; global() enumerator
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3159 matchThreeWayIntCompare(SelectInst * SI,Value * & LHS,Value * & RHS,ConstantInt * & Less,ConstantInt * & Equal,ConstantInt * & Greater) matchThreeWayIntCompare() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp622 diagnoseExprIntendedAsTemplateName(Scope * S,ExprResult TemplateName,SourceLocation Less,SourceLocation Greater) diagnoseExprIntendedAsTemplateName() argument

12