Searched refs:perform_integral_promotions (Results 1 – 10 of 10) sorted by relevance
761 extern tree perform_integral_promotions (tree);
1606 perform_integral_promotions (tree exp) in perform_integral_promotions() function1687 return perform_integral_promotions (exp); in default_conversion()
1526 value = perform_integral_promotions (value); in check_case_value()
1591 exp = perform_integral_promotions (exp); in default_conversion()1603 perform_integral_promotions (tree expr) in perform_integral_promotions() function2438 idx = perform_integral_promotions (idx); in build_array_ref()4022 arg = perform_integral_promotions (arg); in build_unary_op()4043 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.
4529 arg = perform_integral_promotions (arg); in convert_arg_to_ellipsis()4688 val = perform_integral_promotions (val); in convert_for_arg_passing()
938 cond = perform_integral_promotions (cond); in finish_switch_cond()
1146 perform_integral_promotions for non integral type.2139 (perform_integral_promotions): Treat bitfield enums as enums, not6192 * cp-tree.h (perform_integral_promotions): Remove.
10357 value = perform_integral_promotions (value); in build_enumerator()
2592 cxx_sizeof_or_alignof_type, perform_integral_promotions,