Home
last modified time | relevance | path

Searched refs:c_cast_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c7315 bool c_cast_p, tsubst_flags_t complain) in convert_ptrmem() argument
7326 allow_inverse_p, c_cast_p, complain)); in convert_ptrmem()
7351 allow_inverse_p, c_cast_p, complain); in convert_ptrmem()
7362 build_static_cast_1 (location_t loc, tree type, tree expr, bool c_cast_p, in build_static_cast_1() argument
7409 && (c_cast_p in build_static_cast_1()
7424 c_cast_p ? ba_unique : ba_check, in build_static_cast_1()
7473 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype))) in build_static_cast_1()
7485 (lref, expr, c_cast_p, complain)); in build_static_cast_1()
7521 c_cast_p, complain); in build_static_cast_1()
7588 if (!c_cast_p in build_static_cast_1()
[all …]
H A Dcall.c1194 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, in standard_conversion() argument
1274 (TREE_TYPE (to), TREE_TYPE (from), NULL_TREE, c_cast_p, flags, in standard_conversion()
1403 else if (c_cast_p && comp_ptr_ttypes_const (to, from, bounds_either)) in standard_conversion()
1408 else if (!c_cast_p && comp_ptr_ttypes (to_pointee, from_pointee)) in standard_conversion()
1685 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags, in reference_binding() argument
1774 if (related_p && c_cast_p in reference_binding()
1916 conv = implicit_conversion (to, from, expr, c_cast_p, in reference_binding()
1939 = reference_binding (rto, ftype, NULL_TREE, c_cast_p, in reference_binding()
1980 implicit_conversion (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion() argument
2015 conv = reference_binding (to, from, expr, c_cast_p, flags, complain); in implicit_conversion()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc7836 bool c_cast_p, tsubst_flags_t complain) in convert_ptrmem() argument
7847 allow_inverse_p, c_cast_p, complain)); in convert_ptrmem()
7872 allow_inverse_p, c_cast_p, complain); in convert_ptrmem()
7883 build_static_cast_1 (location_t loc, tree type, tree expr, bool c_cast_p, in build_static_cast_1() argument
7930 && (c_cast_p in build_static_cast_1()
7945 c_cast_p ? ba_unique : ba_check, in build_static_cast_1()
7994 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype))) in build_static_cast_1()
8006 (lref, expr, c_cast_p, complain)); in build_static_cast_1()
8042 c_cast_p, complain); in build_static_cast_1()
8054 result = perform_direct_initialization_if_possible (type, e, c_cast_p, in build_static_cast_1()
[all …]
H A Dcall.cc1204 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, in standard_conversion() argument
1284 (TREE_TYPE (to), TREE_TYPE (from), NULL_TREE, c_cast_p, flags, in standard_conversion()
1415 else if (c_cast_p && comp_ptr_ttypes_const (to, from, bounds_either)) in standard_conversion()
1420 else if (!c_cast_p && comp_ptr_ttypes (to_pointee, from_pointee)) in standard_conversion()
1708 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags, in reference_binding() argument
1798 if (related_p && c_cast_p in reference_binding()
1943 conv = implicit_conversion (to, from, expr, c_cast_p, in reference_binding()
1966 = reference_binding (rto, ftype, NULL_TREE, c_cast_p, in reference_binding()
2005 implicit_conversion_1 (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion_1() argument
2040 conv = reference_binding (to, from, expr, c_cast_p, flags, complain); in implicit_conversion_1()
[all …]
H A DChangeLog-20041013 (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
H A DChangeLog-20051543 * call.c (implicit_conversion): Add c_cast_p parameter.
H A DChangeLog-20072283 * call.c (reference_binding): Add c_cast_p parm. If true,