Home
last modified time | relevance | path

Searched refs:type_promotes_to (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDlanghooks.h97 tree (*type_promotes_to) (tree); member
HDbuiltins.c4407 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) in gimplify_va_arg_expr()
/dragonfly/contrib/gcc-8.0/gcc/
HDlanghooks.h91 tree (*type_promotes_to) (tree); member
HDgimplify.c13018 if ((promoted_type = lang_hooks.types.type_promotes_to (type)) in gimplify_va_arg_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcvt.c1833 type_promotes_to (tree type) in type_promotes_to() function
1874 return type_promotes_to (prom); in type_promotes_to()
HDcall.c1409 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()
HDtypeck.c442 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()
HDcp-tree.h6221 extern tree type_promotes_to (tree);
HDdecl.c3627 type = type_promotes_to (type); in case_conversion()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcall.c1326 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()
HDcvt.c1620 type_promotes_to (tree type) in type_promotes_to() function
HDtypeck.c440 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()
HDcp-tree.h4997 extern tree type_promotes_to (tree);
HDdecl.c3027 type = type_promotes_to (type); in case_conversion()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-format.c3073 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()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-format.c2325 wanted_type = lang_hooks.types.type_promotes_to (wanted_type); in check_format_types()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c8241 = lang_hooks.types.type_promotes_to (TREE_TYPE (parm)); in objc_push_parm()