Home
last modified time | relevance | path

Searched refs:to_nonref (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc4164 tree to_nonref = non_reference (totype); in build_user_type_conversion_1() local
4167 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) || in build_user_type_conversion_1()
4168 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype) in build_user_type_conversion_1()
4169 && DERIVED_FROM_P (to_nonref, fromtype))) in build_user_type_conversion_1()
4267 && (CLASS_TYPE_P (to_nonref) in build_user_type_conversion_1()
H A Dcall.c4010 tree to_nonref = non_reference (totype); in build_user_type_conversion_1() local
4011 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) || in build_user_type_conversion_1()
4012 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype) in build_user_type_conversion_1()
4013 && DERIVED_FROM_P (to_nonref, fromtype))) in build_user_type_conversion_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c4010 tree to_nonref = non_reference (totype); in build_user_type_conversion_1() local
4011 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) || in build_user_type_conversion_1()
4012 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype) in build_user_type_conversion_1()
4013 && DERIVED_FROM_P (to_nonref, fromtype))) in build_user_type_conversion_1()