Searched defs:c_cast_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 7315 bool c_cast_p, tsubst_flags_t 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() 7802 bool c_cast_p, bool *valid_p, in build_reinterpret_cast_1() 8867 get_delta_difference_1 (tree from, tree to, bool c_cast_p, in get_delta_difference_1() 8921 bool c_cast_p, tsubst_flags_t complain) in get_delta_difference() 9017 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p, in build_ptrmemfunc()
|
H A D | call.c | 1194 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, in standard_conversion() 1685 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags, in reference_binding() 1980 implicit_conversion (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion() 7335 bool c_cast_p, tsubst_flags_t complain) in convert_like_real() 7376 bool c_cast_p, tsubst_flags_t complain) in convert_like_real_1() 12013 bool c_cast_p, in perform_direct_initialization_if_possible()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 7836 bool c_cast_p, tsubst_flags_t 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() 8343 bool c_cast_p, bool *valid_p, in build_reinterpret_cast_1() 9414 get_delta_difference_1 (tree from, tree to, bool c_cast_p, in get_delta_difference_1() 9468 bool c_cast_p, tsubst_flags_t complain) in get_delta_difference() 9564 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p, in build_ptrmemfunc()
|
H A D | call.cc | 1204 standard_conversion (tree to, tree from, tree expr, bool c_cast_p, in standard_conversion() 1708 reference_binding (tree rto, tree rfrom, tree expr, bool c_cast_p, int flags, in reference_binding() 2005 implicit_conversion_1 (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion_1() 2139 implicit_conversion (tree to, tree from, tree expr, bool c_cast_p, in implicit_conversion() 7836 bool issue_conversion_warnings, bool c_cast_p, in convert_like_internal() 8432 bool issue_conversion_warnings, bool c_cast_p, in convert_like() 12765 bool c_cast_p, in perform_direct_initialization_if_possible()
|