Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4349 struct remove_volatile struct
4350 { typedef _Tp type; };
4353 struct remove_volatile<_Tp volatile> struct
4354 { typedef _Tp type; };