Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dc-common.h772 extern tree perform_integral_promotions (tree);
Dc-typeck.c1637 perform_integral_promotions (tree exp) in perform_integral_promotions() function
1718 return perform_integral_promotions (exp); in default_conversion()
Dc-common.c1605 value = perform_integral_promotions (value); in check_case_value()
DChangeLog-200527543 (perform_integral_promotions): Add.
27545 * c-typeck.c (perform_integral_promotions): New, split out from
27547 * c-common.c (check_case_value): Use perform_integral_promotions,
/freebsd-10-stable/contrib/gcc/cp/
Dtypeck.c1626 exp = perform_integral_promotions (exp); in default_conversion()
1638 perform_integral_promotions (tree expr) in perform_integral_promotions() function
2489 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()
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.c4551 arg = perform_integral_promotions (arg); in convert_arg_to_ellipsis()
4730 val = perform_integral_promotions (val); in convert_for_arg_passing()
Dsemantics.c962 cond = perform_integral_promotions (cond); in finish_switch_cond()
DChangeLog1215 perform_integral_promotions for non integral type.
2208 (perform_integral_promotions): Treat bitfield enums as enums, not
6261 * cp-tree.h (perform_integral_promotions): Remove.
Ddecl.c10899 value = perform_integral_promotions (value); in build_enumerator()
DChangeLog-20042592 cxx_sizeof_or_alignof_type, perform_integral_promotions,