Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4503 struct __make_unsigned struct
4504 { typedef _Tp __type; };
4507 struct __make_unsigned<char> struct
4508 { typedef unsigned char __type; };
4511 struct __make_unsigned<signed char> struct
4512 { typedef unsigned char __type; };
4515 struct __make_unsigned<short> struct
4516 { typedef unsigned short __type; };
4519 struct __make_unsigned<int> struct
4520 { typedef unsigned int __type; };
[all …]