Home
last modified time | relevance | path

Searched refs:default_conversion (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c1686 default_conversion (tree exp) in default_conversion() function
2926 arg = default_conversion (arg); in build_unary_op()
2939 arg = default_conversion (arg); in build_unary_op()
2946 arg = default_conversion (arg); in build_unary_op()
2954 arg = default_conversion (arg); in build_unary_op()
2970 arg = default_conversion (arg); in build_unary_op()
2982 arg = default_conversion (arg); in build_unary_op()
3364 op1 = default_conversion (op1); in build_conditional_expr()
3366 op2 = default_conversion (op2); in build_conditional_expr()
4630 ret = default_conversion (ret); in c_convert_parm_for_inlining()
[all …]
H A Dc-common.h777 extern tree default_conversion (tree);
H A Dc-parser.c4693 exp1.value = save_expr (default_conversion (cond.value)); in c_parser_conditional_expression()
4701 (default_conversion (cond.value)); in c_parser_conditional_expression()
4951 (default_conversion (stack[sp].expr.value)); in c_parser_binary_expression()
4958 (default_conversion (stack[sp].expr.value)); in c_parser_binary_expression()
H A Dc-decl.c6533 value = default_conversion (value); in build_enumerator()
H A DChangeLog-200514863 (default_conversion): Do not call
14874 (convert_for_assignment): Do not call default_conversion.
27538 of default_conversion.
27542 * c-common.h (default_conversion): Remove.
27544 * c-tree.h (default_conversion): Add.
27546 default_conversion.
27548 not default_conversion.
27960 * c-typeck.c (default_conversion, convert_arguments,
H A DChangeLog-20003919 * c-typeck.c (default_conversion): Make booleans promote to int.
5750 (default_conversion, convert_for_assignment, digest_init): Use
15338 (default_conversion): Likewise.
15346 (default_conversion): Likewise.
24668 * c-typeck.c (default_conversion,build_unary_op): Likewise.
26957 (default_conversion, digest_init): Use compare_tree_int.
H A DFSFChangeLog.112774 * c-typeck.c (default_conversion): Likewise.
11807 * c-typeck.c (default_conversion): Add bitfield promotions.
H A DChangeLog-20065540 * c-tree.h (default_conversion): Remove.
5541 * c-common.h (default_conversion): Add.
H A DChangeLog-20016458 * c-typeck.c (default_conversion): Split out code handling
6887 * c-typeck.c (default_conversion): Retain the original expression
24116 (default_conversion): Remove now redundant boolean check.
H A DChangeLog-200422766 (default_conversion, default_function_array_conversion): Don't use
43801 (expr_no_commas): Call default_conversion before save_expr
H A DChangeLog-200226954 * c-typeck.c (common_type, comptypes, default_conversion):
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c1620 default_conversion (tree exp) in default_conversion() function
2545 tree ar = default_conversion (array); in build_array_ref()
2546 tree ind = default_conversion (idx); in build_array_ref()
3152 op0 = default_conversion (op0); in build_binary_op()
3154 op1 = default_conversion (op1); in build_binary_op()
4169 arg = default_conversion (arg); in build_unary_op()
4183 arg = default_conversion (arg); in build_unary_op()
4191 arg = default_conversion (arg); in build_unary_op()
H A DChangeLog-199336 * cp-typeck.c (c_expand_start_case): Use default_conversion to
261 * cp-typeck.c (default_conversion): Don't lose const and volatile.
H A DChangeLog-19951680 * typeck.c (decay_conversion): Split out from default_conversion.
1681 (default_conversion): Call it.
1723 * typeck.c (default_conversion): Don't check for BLKmode before
1772 * typeck.c (build_indirect_ref): Don't call default_conversion for a
2851 use default_conversion.
2966 (build_binary_op): Undo default_conversion if it wasn't useful.
3501 * typeck.c (build_conditional_expr): Don't call default_conversion
H A DChangeLog1976 * typeck.c (default_conversion): Remove static.
1995 (default_conversion): Make it static. Perform integral promotions
2009 (default_conversion): Likewise.
3250 * cp-tree.h (default_conversion): Remove prototype.
3251 * typeck.c (default_conversion): Make static.
3260 (default_conversion): Likewise.
3267 * typeck.c (default_conversion): Make static.
6262 (default_conversion): Add.
H A DChangeLog-1994636 * typeck.c (default_conversion): Don't expect type_promotes_to to
3015 * typeck.c (default_conversion): Move code for promoting enums and
4687 * typeck.c (build_c_cast): Also call default_conversion on
H A DChangeLog-1996419 (build_c_cast): Don't call default_conversion when we want to
1952 default_conversion. Don't allow pointer-to-method functions down
H A DChangeLog-19971830 more specific before possible default_conversion call.
H A DChangeLog-20033407 * typeck.c (default_conversion): Likewise.
H A DChangeLog-20002500 (default_conversion): Likewise.
H A DChangeLog-1999809 default_conversion logic to semantic-analysis time.
H A DChangeLog-19981022 (convert_for_assignment): Also do default_conversion on overloaded
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000-c.c2501 arg = default_conversion (arg); in altivec_resolve_overloaded_builtin()