Searched defs:is_unsigned (Results 1 – 2 of 2) sorted by relevance
142 template <typename T> using is_unsigned = std::is_unsigned<T>; variable155 template <typename T> using is_unsigned = std::tr1::is_unsigned<T>; variable
265 STATIC int typecode_for_comparison(int typecode, bool *is_unsigned) { in typecode_for_comparison()348 bool is_unsigned = false; in array_binary_op() local
Completed in 6 milliseconds