Searched refs:perform_integral_promotions (Results 1 – 11 of 11) sorted by relevance
772 extern tree perform_integral_promotions (tree);
1637 perform_integral_promotions (tree exp) in perform_integral_promotions() function1718 return perform_integral_promotions (exp); in default_conversion()
1605 value = perform_integral_promotions (value); in check_case_value()
27543 (perform_integral_promotions): Add.27545 * c-typeck.c (perform_integral_promotions): New, split out from27547 * c-common.c (check_case_value): Use perform_integral_promotions,
1626 exp = perform_integral_promotions (exp); in default_conversion()1638 perform_integral_promotions (tree expr) in perform_integral_promotions() function2489 idx = perform_integral_promotions (idx); in build_array_ref()4155 arg = perform_integral_promotions (arg); in build_unary_op()4176 arg = perform_integral_promotions (arg); in build_unary_op()
3395 * cp-tree.h (perform_integral_promotions): Declare.3398 (convert_for_arg_passing): Use perform_integral_promotions.3403 (build_enumerator): Use perform_integral_promotions.3406 (finish_switch_cond): Use perform_integral_promotions.3408 (perform_integral_promotions): New function.3410 (build_array_ref): Use perform_integral_promotions.3412 (build_unary_op): Use perform_integral_promotions.
4551 arg = perform_integral_promotions (arg); in convert_arg_to_ellipsis()4730 val = perform_integral_promotions (val); in convert_for_arg_passing()
962 cond = perform_integral_promotions (cond); in finish_switch_cond()
1215 perform_integral_promotions for non integral type.2208 (perform_integral_promotions): Treat bitfield enums as enums, not6261 * cp-tree.h (perform_integral_promotions): Remove.
10899 value = perform_integral_promotions (value); in build_enumerator()
2592 cxx_sizeof_or_alignof_type, perform_integral_promotions,