Home
last modified time | relevance | path

Searched refs:Up (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier-invert.cpp54 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 Dinplace.pass.cpp38 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 Dspec-09-12.test5 - Up, up, and away!
9 "Up, up, and away!",
/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h307 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 Dpropagate_value_category.hpp144 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 Dcommon.h63 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 Dbuiltin-operator-new-delete.cpp145 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 Dlazy_metafunctions.pass.cpp51 template <class Up, class = typename Up::type>
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dargs-08.ll5 ; Up to four integer return values fit into GPRs.
32 ; Up to four floating-point return values fit into GPRs.
H A Dargs-07.ll7 ; Up to four integer return values fit into GPRs.
30 ; Up to four floating-point return values fit into FPRs.
H A Dvec-args-07.ll7 ; Up to eight vector return values fit into VRs.
H A Dvec-args-06.ll7 ; 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 Dcommon_type.pass.cpp72 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 Dinvoke_helpers.h149 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 DSimplex.cpp169 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 Dinstantiate-incomplete-typo-suggested-error-limit.cpp35 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 Dinit-variables.cpp107 enum class Direction { Up, enumerator
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h66 Up, // ROUND=UP, RU enumerator
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Drounding-bits.h91 case common::RoundingMode::Up: in MustRound()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dfp-testing.cpp105 case RoundingMode::Up: in SetRounding()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dhost.cpp95 case common::RoundingMode::Up: in SetUpHostFloatingPointEnvironment()
H A Dreal.cpp513 (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 Dnasty_macros.compile.pass.cpp130 #define Up NASTY_MACRO macro
/llvm-project-15.0.7/llvm/docs/
H A DCodeOfConduct.rst158 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 DREADME.md3 ## Setting Up Environment

12