/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | ranges_robust_against_copying_comparators.pass.cpp | 25 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 D | robust_against_copying_comparators.pass.cpp | 22 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 D | ranges_robust_against_copying_projections.pass.cpp | 33 struct Less { in operator ()() argument 32 struct Less { global() struct [all...] |
/llvm-project/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/clang/include/clang/Basic/ |
H A D | Thunk.h | 63 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 D | common.h | 38 ENUM_CLASS(Ordering,Less,Equal,Greater) ENUM_CLASS() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | STLAlgorithmModeling.cpp | 173 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 80 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 D | llvm_target.ml | 18 | Less Constructor
|
H A D | llvm_target.mli | 23 | Less Constructor
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/ |
H A D | partialord.pass.cpp | 63 auto& Less = std::partial_ordering::less; in test_constexpr() local
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/ |
H A D | weakord.pass.cpp | 83 auto& Less = std::weak_ordering::less; in test_constexpr() local
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/ |
H A D | strongord.pass.cpp | 103 auto& Less = std::strong_ordering::less; in test_constexpr() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 70 Less, enumerator
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | ResultAnalyzerMain.cpp |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 56 Less = 1, ///< -O1 enumerator
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1727 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 D | MCAsmMacro.h | 53 Less, LessEqual, LessLess, LessGreater, enumerator
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp |
|
/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 109 struct Less { struct 110 operator ()__anon29ea715c0111::CallInfo::Less operator ()() argument
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 744 LessClangTidyError Less; operator ()() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | string.bench.cpp |
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | IntegerRelation.cpp | 2130 enum BoundCmpResult { Greater, Less, Equal, Unknown }; global() enumerator
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3159 matchThreeWayIntCompare(SelectInst * SI,Value * & LHS,Value * & RHS,ConstantInt * & Less,ConstantInt * & Equal,ConstantInt * & Greater) matchThreeWayIntCompare() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 622 diagnoseExprIntendedAsTemplateName(Scope * S,ExprResult TemplateName,SourceLocation Less,SourceLocation Greater) diagnoseExprIntendedAsTemplateName() argument
|