Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12704 struct __remove_unsigned struct
12707 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
12710 typedef typename __if_type::__type __type;
12714 struct __remove_unsigned<char> struct
12715 { typedef signed char __type; };
12718 struct __remove_unsigned<unsigned char> struct
12719 { typedef signed char __type; };
12722 struct __remove_unsigned<unsigned short> struct
12723 { typedef short __type; };
12726 struct __remove_unsigned<unsigned int> struct
[all …]