Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h38 struct is_signed<T> : public std::is_signed<T>::type { struct
42 struct is_signed<T, U> : public meta_and<std::is_signed<T>, std::is_signed<U>>::type { struct
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp755 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
891 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2620 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2699 bool is_signed = std::is_signed< in TestMod() local
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp891 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
1009 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2645 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2718 bool is_signed = std::is_signed< in TestMod() local
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp892 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
1008 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2751 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2824 bool is_signed = std::is_signed< in TestMod() local
[all...]

Completed in 13 milliseconds