| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | reserved-identifier-invert.cpp | 54 template <class Up> 57 inline reference_wrapper<const Up> 58 cref(const Up &u) noexcept { in cref() 61 return reference_wrapper<const Up>(u); in cref()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.inplace/ |
| H A D | inplace.pass.cpp | 38 template <class Tp, class Up> 39 constexpr bool check_tag(Up) { in check_tag() argument 41 && std::is_same<Tp, Up>::value; in check_tag()
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-09-12.test | 5 - Up, up, and away! 9 "Up, up, and away!",
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | container_test_types.h | 307 template <class Up, class ...Args> 308 void construct(Up* p, Args&&... args) { in construct() 309 static_assert((std::is_same<Up, AllowConstructT>::value), in construct() 314 ::new ((void*)p) Up(std::forward<Args>(args)...); in construct() 318 template <class Up> 319 void destroy(Up* p) { in destroy() 320 static_assert((std::is_same<Up, AllowConstructT>::value), in destroy() 324 p->~Up(); in destroy()
|
| H A D | propagate_value_category.hpp | 144 template <class Tp, class Up> 146 typename ApplyValueCategory<getValueCategory<Tp>()>::template Apply<Up>;
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 63 const uptr Up = getMostSignificantSetBitIndex(Size); in roundUpToPowerOfTwo() local 64 DCHECK_LT(Size, (1UL << (Up + 1))); in roundUpToPowerOfTwo() 65 DCHECK_GT(Size, (1UL << Up)); in roundUpToPowerOfTwo() 66 return 1UL << (Up + 1); in roundUpToPowerOfTwo()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | builtin-operator-new-delete.cpp | 145 template <class Tp, class Up, class RetT> 146 void test_dependent_call(Tp new_arg, Up delete_arg, RetT) { in test_dependent_call()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/type_traits/ |
| H A D | lazy_metafunctions.pass.cpp | 51 template <class Up, class = typename Up::type>
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 32 ; Up to four floating-point return values fit into GPRs.
|
| H A D | args-07.ll | 7 ; Up to four integer return values fit into GPRs. 30 ; Up to four floating-point return values fit into FPRs.
|
| H A D | vec-args-07.ll | 7 ; Up to eight vector return values fit into VRs.
|
| H A D | vec-args-06.ll | 7 ; Up to eight vector return values fit into VRs.
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
| H A D | common_type.pass.cpp | 72 template <class Tp = NoArgTag, class Up = NoArgTag, class Vp = NoArgTag> 73 struct no_common_type : no_common_type_imp<std::common_type<Tp, Up, Vp> > {}; 74 template <class Tp, class Up> 75 struct no_common_type<Tp, Up> : no_common_type_imp<std::common_type<Tp, Up> > {
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | invoke_helpers.h | 149 template <class Up> 150 explicit DerefToType(Up const& val) : object(val) {} in DerefToType() 165 template <class Up> 166 explicit DerefPropType(Up const& val) : object(val) {} in DerefPropType()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 169 return direction == Direction::Up ? elem > 0 : elem < 0; in signMatchesDirection() 173 return direction == Direction::Up ? Direction::Down : Simplex::Direction::Up; in flippedDirection() 967 Optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); in restoreRow() 1163 if (Optional<unsigned> maybeRow = findPivotRow({}, Direction::Up, column)) { in undoLastConstraint() 1370 return computeOptimum(Direction::Up, con[constraintIndex]).isBounded(); in isBoundedAlongConstraint() 1444 if (computeOptimum(Direction::Up, dir).isUnbounded()) in isUnbounded() 1639 simplex.computeOptimum(Direction::Up, getCoeffsForDirection(dir)); in computeWidth() 1659 simplex.computeRowOptimum(Simplex::Direction::Up, row); in computeWidthAndDuals() 2074 computeOptimum(Simplex::Direction::Up, coeffs).map(floor)); in computeIntegerBounds() 2149 MaybeOptimum<Fraction> maximum = computeOptimum(Direction::Up, coeffs); in findIneqType() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-incomplete-typo-suggested-error-limit.cpp | 35 template <class Tp, class Up> struct is_same : public false_type {};
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | init-variables.cpp | 107 enum class Direction { Up, enumerator
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 66 Up, // ROUND=UP, RU enumerator
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | rounding-bits.h | 91 case common::RoundingMode::Up: in MustRound()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | fp-testing.cpp | 105 case RoundingMode::Up: in SetRounding()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | host.cpp | 95 case common::RoundingMode::Up: in SetUpHostFloatingPointEnvironment()
|
| H A D | real.cpp | 513 (rounding.mode == common::RoundingMode::Up && !negative) || in Normalize() 580 (rounding.mode != common::RoundingMode::Up && in Round() 610 case common::RoundingMode::Up: in MapRoundingMode()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/ |
| H A D | nasty_macros.compile.pass.cpp | 130 #define Up NASTY_MACRO macro
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodeOfConduct.rst | 158 based on wording from the `Speak Up! project`_.) 161 .. _Speak Up! project: http://speakup.io/coc.html
|
| /llvm-project-15.0.7/libc/config/windows/ |
| H A D | README.md | 3 ## Setting Up Environment
|