Searched refs:c_cast_p (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | typeck.c | 4900 bool c_cast_p) in convert_ptrmem() argument 4911 c_cast_p); in convert_ptrmem() 4920 allow_inverse_p, c_cast_p); in convert_ptrmem() 4962 build_static_cast_1 (tree type, tree expr, bool c_cast_p, in build_static_cast_1() argument 4980 if (c_cast_p) in build_static_cast_1() 5021 && (c_cast_p in build_static_cast_1() 5033 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 5054 c_cast_p); in build_static_cast_1() 5117 if (!c_cast_p) in build_static_cast_1() 5120 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() [all …]
|
| D | call.c | 588 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, in standard_conversion() argument 645 (TREE_TYPE (to), TREE_TYPE (from), NULL_TREE, c_cast_p, flags); in standard_conversion() 764 else if (c_cast_p && comp_ptr_ttypes_const (to, from)) in standard_conversion() 769 else if (!c_cast_p && comp_ptr_ttypes (to_pointee, from_pointee)) in standard_conversion() 1102 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags) in reference_binding() argument 1134 if (related_p && c_cast_p in reference_binding() 1246 conv = implicit_conversion (to, from, expr, c_cast_p, in reference_binding() 1266 implicit_conversion (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion() argument 1276 conv = reference_binding (to, from, expr, c_cast_p, flags); in implicit_conversion() 1278 conv = standard_conversion (to, from, expr, c_cast_p, flags); in implicit_conversion() [all …]
|
| D | ChangeLog-2004 | 1013 (get_delta_difference): Add c_cast_p parameter. 1094 (convert_like): Add c_cast_p argument. 1098 (convert_like_real): Add c_cast_p parameter. Handle pointer 1100 (perform_direct_initialization_if_possible): Add c_cast_p
|
| D | ChangeLog | 201 * call.c (reference_binding): Add c_cast_p parm. If true, 5127 * call.c (implicit_conversion): Add c_cast_p parameter.
|