Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dlimits_test.cpp70 bool test_integral_limits_base(const _Tp &, bool unknown_sign = true, bool is_signed = true) { in test_integral_limits_base()
88 bool test_integral_limits(const _Tp &val, bool unknown_sign = true, bool is_signed = true) { in test_integral_limits()
/external/protobuf/python/google/protobuf/
Dtext_format.py565 def _ParseInteger(self, text, is_signed=False, is_long=False): argument
/external/qemu/tcg/
Dtcg.c609 int is_signed = sizemask & (2 << (i+1)*2); in tcg_gen_callN() local
Dtcg-op.h382 static inline int tcg_gen_sizemask(int n, int is_64bit, int is_signed) in tcg_gen_sizemask()
/external/clang/test/SemaCXX/
Dtype-traits.cpp1101 void is_signed() in is_signed() function