HelenOS sources

make_signed       943 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed: aux::type_is<T>
make_signed       947 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<char>: aux::type_is<signed char>
make_signed       951 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<unsigned char>: aux::type_is<signed char>
make_signed       955 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<unsigned short>: aux::type_is<short>
make_signed       959 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<unsigned int>: aux::type_is<int>
make_signed       963 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<unsigned long>: aux::type_is<long>
make_signed       967 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_signed<unsigned long long>: aux::type_is<long long>
HelenOS homepage, sources at GitHub