Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dformat_utils.c288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4938 struct common_type<_Tp> struct
4939 { typedef typename decay<_Tp>::type type; };
4942 struct common_type<_Tp, _Up> struct
4947 struct common_type<_Tp, _Up, _Vp...> struct