Searched refs:c_cast_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c4496 /*c_cast_p=*/false);
4816 bool c_cast_p)
4827 c_cast_p);
4836 allow_inverse_p, c_cast_p);
4878 build_static_cast_1 (tree type, tree expr, bool c_cast_p,
4896 if (c_cast_p)
4937 && (c_cast_p
4949 c_cast_p ? ba_unique : ba_check,
4970 c_cast_p);
5033 if (!c_cast_p)
4802 convert_ptrmem(tree type, tree expr, bool allow_inverse_p, bool c_cast_p) argument
4865 build_static_cast_1(tree type, tree expr, bool c_cast_p, bool *valid_p) argument
5156 build_reinterpret_cast_1(tree type, tree expr, bool c_cast_p, bool *valid_p) argument
5933 get_delta_difference(tree from, tree to, bool allow_inverse_p, bool c_cast_p) argument
6037 build_ptrmemfunc(tree type, tree pfn, int force, bool c_cast_p) argument
[all...]
H A Dcall.c133 /*c_cast_p=*/false)
137 /*c_cast_p=*/false)
587 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, argument
644 (TREE_TYPE (to), TREE_TYPE (from), NULL_TREE, c_cast_p, flags);
762 else if (c_cast_p && comp_ptr_ttypes_const (to, from))
767 else if (!c_cast_p && comp_ptr_ttypes (to_pointee, from_pointee))
1089 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags) argument
1121 if (related_p && c_cast_p
1233 conv = implicit_conversion (to, from, expr, c_cast_p,
1253 implicit_conversion (tree to, tree from, tree expr, bool c_cast_p, argument
4226 convert_like_real(conversion *convs, tree expr, tree fn, int argnum, int inner, bool issue_conversion_warnings, bool c_cast_p) argument
6508 perform_direct_initialization_if_possible(tree type, tree expr, bool c_cast_p) argument
[all...]

Completed in 127 milliseconds