Home
last modified time | relevance | path

Searched refs:convert_for_assignment (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.gcc4373 * typeck.c (convert_for_assignment): Pass flag to
H A DChangeLog-1993150 * cp-typeck.c (convert_for_assignment): Add missing argument to
284 * cp-typeck.c (convert_for_assignment): Likewise.
507 * cp-typeck.c (convert_for_assignment): Likewise.
H A Dtypeck.c47 static tree convert_for_assignment (tree, tree, const char *, tree, int);
5986 newrhs = convert_for_assignment (olhstype, newrhs, "assignment", in build_modify_expr()
5991 newrhs = convert_for_assignment (lhstype, newrhs, "assignment", in build_modify_expr()
6037 return convert_for_assignment (olhstype, result, "assignment", in build_modify_expr()
6407 convert_for_assignment (tree type, tree rhs, in convert_for_assignment() function
6615 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum); in convert_for_initialization()
H A DChangeLog-1994233 * typeck.c (convert_for_assignment): Handle conversions between
249 * typeck.c (convert_for_assignment): Use cp_convert instead of
921 * typeck.c (convert_for_assignment): Handle conversion of pmfs to
1435 * typeck.c (convert_for_assignment): Don't die when comparing
2205 (convert_for_assignment): Check const parity on the ultimate target
2255 * typeck.c (convert_for_assignment): Complain about changing
2263 * typeck.c (convert_for_assignment): Don't complain about assigning
3294 * typeck.c (convert_for_assignment): Change warnings to pedwarns for
3991 * typeck.c (convert_for_assignment): Don't pedwarn about
4000 * typeck.c (convert_for_assignment): Likewise.
[all …]
H A DChangeLog-1998297 * typeck.c (convert_for_assignment): Likewise.
900 (convert_for_assignment): Likewise.
1022 (convert_for_assignment): Also do default_conversion on overloaded
1705 * typeck.c (convert_for_assignment): Likewise.
2424 * typeck.c (convert_for_assignment): Converting from pm of vbase
2478 (convert_for_assignment): Use it.
2540 (convert_for_assignment): Warn about converting NULL to an
3167 * typeck.c (convert_for_assignment): Use comptypes.
4836 (convert_for_assignment): Check for TREE_LIST before accessing
5083 (convert_for_assignment): Fix handling of pmfs.
H A DChangeLog-19951617 * typeck.c (convert_for_assignment): Likewise.
2331 (convert_for_assignment): Fix pmf support.
2476 * typeck.c (convert_for_assignment): Check types when assigning one
3434 * typeck.c (convert_for_assignment): Initialize variable before use.
3711 * typeck.c (convert_for_assignment): Complain about contravariance
3723 * typeck.c (convert_for_assignment): Converting pointers to bool
H A DChangeLog-1996162 * typeck.c (convert_for_assignment): Also handle anachronistic
349 * typeck.c (convert_for_assignment): Handle anachronistic implicit
939 * typeck.c (convert_for_assignment): Don't say contravariance for
1202 * typeck.c (convert_for_assignment): Likewise. Don't produce
1957 (convert_for_assignment): Removed some obsolete code.
2458 * typeck.c (mark_addressable, convert_for_assignment,
H A DChangeLog-1999629 * typeck.c (convert_for_assignment): Expand comment about
1776 (convert_for_assignment): Do not return error when converting
4167 (convert_for_assignment): Use new conversion functions.
4934 * typeck.c (decay_conversion, build_c_cast, convert_for_assignment,
4955 (convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE,
5820 (convert_for_assignment): Const-ify a char*.
6304 * typeck.c (convert_for_assignment): Allow boolean integral constant
H A DChangeLog-20001770 (convert_for_assignment): Likewise.
4234 (convert_for_assignment): Likewise.
5600 * typeck.c (convert_for_assignment): Don't look at array
5673 out of convert_for_assignment.
5674 (convert_for_assignment): Adjust.
H A DChangeLog3064 * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
3110 (convert_for_assignment): Likewise.
5006 * typeck.c (convert_for_assignment): Likewise.
5640 (convert_for_assignment): Call objc_compare_types().
H A DChangeLog-2004206 (convert_for_assignment): Remove comment about not calling
1330 dubious_conversion_warnings, convert_for_assignment,
6262 * typeck.c (convert_for_assignment): Do not call
H A DChangeLog-20032280 * cp/typeck.c (convert_for_assignment): Support opaque types.
2777 (convert_for_assignment): Remove OFFSET_TYPE error message.
3489 (convert_for_assignment): Likewise.
H A DChangeLog-2002749 * typeck.c (convert_for_assignment): Do not use
3982 (convert_for_assignment): Likewise.
H A DChangeLog-19971922 (convert_for_assignment): Likewise.
H A DChangeLog-2001760 * typeck.c (convert_for_assignment): Use it.
/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c92 static tree convert_for_assignment (tree, tree, enum impl_conv, tree, tree,
2686 parmval = convert_for_assignment (type, val, ic_argpass, in convert_arguments()
4031 newrhs = convert_for_assignment (lhstype, newrhs, ic_assign, in build_modify_expr()
4067 return convert_for_assignment (olhstype, result, ic_assign, in build_modify_expr()
4083 convert_for_assignment (tree type, tree rhs, enum impl_conv errtype, in convert_for_assignment() function
4624 ret = convert_for_assignment (type, value, in c_convert_parm_for_inlining()
5118 inside_init = convert_for_assignment (type, inside_init, ic_init, NULL_TREE, in digest_init()
5136 = convert_for_assignment (type, init, ic_init, in digest_init()
7445 tree t = convert_for_assignment (valtype, retval, ic_return, in c_finish_return()
H A DChangeLog.apple462 * c-typeck.c (convert_for_assignment): Block and 'id' types
637 * c-typeck.c (convert_for_assignment): Remove synthesized 'volatile'
823 * c-typeck.c (convert_for_assignment): Remove Objective-C EH machinery
H A DChangeLog.gcc43461 * c-typeck.c (convert_for_assignment): Pass flag to
490 (convert_for_assignment): Remove redundant overflow_warning.
H A DChangeLog949 * c-typeck.c (convert_for_assignment): Call comptypes for
H A DChangeLog-20052749 (build_conditional_expr, build_c_cast, convert_for_assignment,
2808 (build_c_cast, convert_for_assignment): Don't check for NOP_EXPR
9959 * c-typeck.c (convert_for_assignment): Do not check
10599 * c-typeck.c (convert_for_assignment): Use it.
11441 * c-typeck.c (digest_init): Call 'convert_for_assignment'
14874 (convert_for_assignment): Do not call default_conversion.
15162 * c-typeck.c (convert_for_assignment): Avoid checking
15275 * c-typeck.c (convert_for_assignment): Check for implicit
17686 (convert_for_assignment): Call objc_compare_types() instead of
27961 build_modify_expr, convert_for_assignment, store_init_value,
[all …]
H A DFSFChangeLog.101418 * c-typeck.c (convert_for_assignment):
2526 * c-typeck.c (convert_for_assignment): Don't automatically convert
8026 * c-typeck.c (convert_for_assignment): Don't give errors about
9951 * c-typeck.c (convert_for_assignment): Fix typo in testing for
H A DChangeLog-20049369 (convert_for_assignment): Handle ic_argpass_nonproto. Add
9451 (convert_for_assignment): Use it. Take tree for function called
9458 callers to convert_for_assignment.
13576 * c-typeck.c (convert_for_assignment): Check that rhs has VECTOR_TYPE
13580 convert_for_assignment returns error_mark_node.
21894 * c-typeck.c (convert_for_assignment): Tightened up pointer
34666 (convert_for_assignment): Use vector_types_convertible_p.
34674 (convert_for_assignment): Use vector_types_convertible_p.
38098 (convert_for_assignment): Use comptypes to convert between
H A DChangeLog-20003921 convert_for_assignment): Allow for booleans.
5750 (default_conversion, convert_for_assignment, digest_init): Use
11759 build_c_cast, convert_for_assignment, set_init_index,
16782 (convert_for_assignment): Likewise.
22319 * c-typeck.c (convert_for_assignment): Likewise.
23848 * c-typeck.c (convert_for_assignment): Handle assignment to
H A DChangeLog-2003510 * c-typeck.c (convert_for_assignment): When converting from
6781 * c-typeck.c (convert_for_assignment): Issue an error for
7708 (convert_for_assignment): Cache result of comp_target_types() instead
23907 * c-typeck.c (convert_for_assignment): Opaque pointers can
31790 (convert_for_assignment): Call vector_opaque_p instead of
32489 (convert_for_assignment): Same.
H A DChangeLog-200210761 (convert_for_assignment): Likewise.
26619 build_array_ref, convert_for_assignment): Update.
26652 * c-typeck.c (build_binary_op, convert_for_assignment): Update.
28690 * c-typeck.c (convert_for_assignment): Don't allow conversions

12