Searched refs:is_unsigned_v (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
H A D | numeric_id.h | 36 template <typename T, typename = std::enable_if_t<std::is_unsigned_v<T>>>
|
H A D | remote_object.h | 78 template <typename T, std::enable_if_t<std::is_unsigned_v<T> && sizeof(int32_t) <= sizeof(T), int> = 0>
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | mem.h | 98 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() 104 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown()
|
/arkcompiler/toolchain/websocket/ |
H A D | frame_builder.h | 24 template <typename T, typename = std::enable_if_t<std::is_unsigned_v<T>>>
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | mem.h | 96 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() 102 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | math_helpers.h | 65 if constexpr (std::is_unsigned_v<T>) { in IsPowerOfTwo()
|
H A D | leb128.h | 35 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in DecodeUnsigned()
|
H A D | bit_memory_region.h | 158 static_assert(std::is_unsigned_v<T>, "T must be unsigned");
|
H A D | bit_utils.h | 108 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in MinimumBitsToStore()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
H A D | meta.h | 60 constexpr bool is_unsigned_v = is_unsigned<T...>::value; member
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | leb128.h | 35 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in DecodeUnsigned()
|
H A D | bit_memory_region.h | 155 static_assert(std::is_unsigned_v<T>, "T must be unsigned");
|
H A D | bit_utils.h | 107 static_assert(std::is_unsigned_v<T>, "T must be unsigned"); in MinimumBitsToStore()
|
Completed in 7 milliseconds