Searched defs:from_type (Results 1 – 7 of 7) sorted by relevance
30 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local48 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local66 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local84 auto from_type = hana::is_valid([](auto t) -> decltype(hana::type_c< in main() local103 auto from_type = hana::is_valid([](auto t) -> decltype(hana::template_< in main() local120 auto from_type = hana::is_valid([](auto t) -> decltype(hana::template_< in main() local142 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local159 auto from_type = hana::is_valid([](auto t) -> decltype( in main() local
25 typedef wchar_t intern_type, from_type; typedef
139 const glsl_type *from_type; in get_parameter_match_type() local
1090 …, const mpl::int_<number_kind_integer>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()1099 … const mpl::int_<number_kind_rational>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()1108 … mpl::int_<number_kind_floating_point>& to_type, const mpl::int_<number_kind_floating_point>& from… in generic_interconvert()
1532 auto* from_type = TypeOf(from_expr)->UnwrapRef(); in GenerateCastOrCopyOrPassthrough() local3460 auto* from_type = TypeOf(expr->expr)->UnwrapRef(); in GenerateBitcastExpression() local
6493 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
187 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument