Home
last modified time | relevance | path

Searched refs:make_signed_t (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dsize.h39 …_NOEXCEPT_(noexcept(static_cast<common_type_t<ptrdiff_t, make_signed_t<decltype(__c.size())>>>(__c…
40 -> common_type_t<ptrdiff_t, make_signed_t<decltype(__c.size())>> {
41 return static_cast<common_type_t<ptrdiff_t, make_signed_t<decltype(__c.size())>>>(__c.size());
H A Dincrementable_traits.h60 using difference_type = make_signed_t<decltype(std::declval<_Tp>() - std::declval<_Tp>())>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dmake_signed.h84 using make_signed_t = __make_signed_t<_Tp>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dsize.h120 using _Signed = make_signed_t<decltype(ranges::size(__t))>; in operator()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc157 using std::make_signed_t;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h808 bool IsInt8t = std::is_same<int8_t, std::make_signed_t<T>>::value || in isSVEAddSubImm()
H A DAArch64InstPrinter.cpp2064 typedef std::make_signed_t<T> SignedT; in printSVELogicalImm()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits196 using make_signed_t = typename make_signed<T>::type; // C++14
H A Diterator662 -> common_type_t<ptrdiff_t, make_signed_t<decltype(c.size())>>; // C++20
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1030 bool IsByte = std::is_same<int8_t, std::make_signed_t<T>>::value || in isSVECpyImm()
1048 bool IsByte = std::is_same<int8_t, std::make_signed_t<T>>::value || in isSVEAddSubImm()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2086 SYMBOL(make_signed_t, std::, <type_traits>)