Home
last modified time | relevance | path

Searched refs:second_conv (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc505 conversion *second_conv; member
1896 return cand->second_conv; in reference_binding()
2121 conv = cand->second_conv; in implicit_conversion_1()
4223 cand->second_conv = build_identity_conv (totype, NULL_TREE); in build_user_type_conversion_1()
4237 cand->second_conv in build_user_type_conversion_1()
4238 = build_conv (ck_rvalue, totype, cand->second_conv); in build_user_type_conversion_1()
4312 cand->second_conv = ics; in build_user_type_conversion_1()
4386 cand->second_conv = build_ambiguous_conv (totype, expr); in build_user_type_conversion_1()
4387 cand->second_conv->user_conv_p = true; in build_user_type_conversion_1()
4389 cand->second_conv->bad_p = true; in build_user_type_conversion_1()
[all …]
H A DChangeLog-20046074 (z_candidate): Change type of convs and second_conv.
H A DChangeLog-20191353 * call.c (joust): Don't attempt to warn if ->second_conv is null.
H A DChangeLog-19984865 * call.c (build_user_type_conversion_1): Handle second_conv
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c508 conversion *second_conv; member
1869 return cand->second_conv; in reference_binding()
2095 conv = cand->second_conv; in implicit_conversion()
4064 cand->second_conv = build_identity_conv (totype, NULL_TREE); in build_user_type_conversion_1()
4078 cand->second_conv in build_user_type_conversion_1()
4079 = build_conv (ck_rvalue, totype, cand->second_conv); in build_user_type_conversion_1()
4137 cand->second_conv = ics; in build_user_type_conversion_1()
4211 cand->second_conv = build_ambiguous_conv (totype, expr); in build_user_type_conversion_1()
4212 cand->second_conv->user_conv_p = true; in build_user_type_conversion_1()
4214 cand->second_conv->bad_p = true; in build_user_type_conversion_1()
[all …]