Home
last modified time | relevance | path

Searched refs:perform_integral_promotions (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-common.h761 extern tree perform_integral_promotions (tree);
Dc-typeck.c1606 perform_integral_promotions (tree exp) in perform_integral_promotions() function
1687 return perform_integral_promotions (exp); in default_conversion()
Dc-common.c1526 value = perform_integral_promotions (value); in check_case_value()
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c1591 exp = perform_integral_promotions (exp); in default_conversion()
1603 perform_integral_promotions (tree expr) in perform_integral_promotions() function
2438 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()
DChangeLog-20033395 * 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.
Dcall.c4529 arg = perform_integral_promotions (arg); in convert_arg_to_ellipsis()
4688 val = perform_integral_promotions (val); in convert_for_arg_passing()
Dsemantics.c938 cond = perform_integral_promotions (cond); in finish_switch_cond()
DChangeLog1146 perform_integral_promotions for non integral type.
2139 (perform_integral_promotions): Treat bitfield enums as enums, not
6192 * cp-tree.h (perform_integral_promotions): Remove.
Ddecl.c10357 value = perform_integral_promotions (value); in build_enumerator()
DChangeLog-20042592 cxx_sizeof_or_alignof_type, perform_integral_promotions,