Searched refs:type_promotes_to (Results 1 – 17 of 17) sorted by relevance
97 tree (*type_promotes_to) (tree); member
4407 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) in gimplify_va_arg_expr()
91 tree (*type_promotes_to) (tree); member
13018 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) in gimplify_va_arg_expr()
1833 type_promotes_to (tree type) in type_promotes_to() function1874 return type_promotes_to (prom); in type_promotes_to()
1409 if (same_type_p (to, type_promotes_to (from)) in standard_conversion()2440 && same_type_p (type_promotes_to (type), type)) in promoted_arithmetic_type_p()3033 type = type_promotes_to (type); in add_builtin_candidates()3051 type = type_promotes_to (type); in add_builtin_candidates()5306 && !same_type_p (arg3_type, type_promotes_to (arg2_type))) in build_conditional_expr_1()5309 type_promotes_to (arg3_type))))) in build_conditional_expr_1()7301 promote = type_promotes_to (type); in cxx_type_promotes_to()
442 t1 = type_promotes_to (t1); in type_after_usual_arithmetic_conversions()443 t2 = type_promotes_to (t2); in type_after_usual_arithmetic_conversions()2183 promoted_type = type_promotes_to (type); in cp_perform_integral_promotions()
6221 extern tree type_promotes_to (tree);
3627 type = type_promotes_to (type); in case_conversion()
1326 if (same_type_p (to, type_promotes_to (from)) in standard_conversion()2204 && same_type_p (type_promotes_to (type), type)) in promoted_arithmetic_type_p()2775 type = type_promotes_to (type); in add_builtin_candidates()2794 type = type_promotes_to (type); in add_builtin_candidates()4642 && !same_type_p (arg3_type, type_promotes_to (arg2_type))) in build_conditional_expr_1()4644 && !same_type_p (arg2_type, type_promotes_to (arg3_type))))) in build_conditional_expr_1()6106 promote = type_promotes_to (type); in cxx_type_promotes_to()
1620 type_promotes_to (tree type) in type_promotes_to() function
440 t1 = type_promotes_to (t1); in type_after_usual_arithmetic_conversions()441 t2 = type_promotes_to (t2); in type_after_usual_arithmetic_conversions()1972 promoted_type = type_promotes_to (type); in perform_integral_promotions()
4997 extern tree type_promotes_to (tree);
3027 type = type_promotes_to (type); in case_conversion()
3073 wanted_type = lang_hooks.types.type_promotes_to (wanted_type); in check_format_types()3220 && cur_type == lang_hooks.types.type_promotes_to (t)) in check_format_types()
2325 wanted_type = lang_hooks.types.type_promotes_to (wanted_type); in check_format_types()
8241 = lang_hooks.types.type_promotes_to (TREE_TYPE (parm)); in objc_push_parm()