Home
last modified time | relevance | path

Searched refs:is_signed (Results 1 – 5 of 5) sorted by relevance

/art/tools/cpp-define-generator/
Dmain.cc34 typename std::enable_if<!std::is_signed<T>::value, std::string>::type
43 typename std::enable_if<std::is_signed<T>::value, std::string>::type
/art/runtime/interpreter/
Dsafe_math.h37 static_assert(std::is_signed<T1>::value, "Expected T1 to be signed"); in SafeMath()
38 static_assert(std::is_signed<T2>::value, "Expected T2 to be signed"); in SafeMath()
/art/runtime/base/
Dbit_utils.h256 static_assert(std::is_signed<T>::value, "Needs a signed type."); in IsInt()
299 : std::is_signed<T>::value in MaxInt()
310 : std::is_signed<T>::value in MinInt()
/art/compiler/utils/arm/
Dassembler_thumb2.cc2356 bool is_signed, in EmitLoadStore() argument
2371 if (is_signed || ad.GetOffset() < 0 || ad.GetMode() != Address::Offset) { in EmitLoadStore()
2404 (is_signed ? B24 : 0) | in EmitLoadStore()
2480 if (load && is_signed && (byte || half)) { in EmitLoadStore()
Dassembler_thumb2.h736 bool is_signed,