Searched refs:ck_ref_bind (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 57 ck_ref_bind, enumerator 1697 return build_conv (ck_ref_bind, type, conv); in direct_reference_binding() 1974 conv = build_conv (ck_ref_bind, rto, conv); in reference_binding() 4550 case ck_ref_bind: in build_converted_constant_expr_internal() 4587 if (conv && conv->kind == ck_ref_bind in build_converted_constant_expr_internal() 6001 if (conv->kind == ck_ref_bind) in perfect_conversion_p() 7851 && (convs->kind != ck_ref_bind in convert_like_internal() 7894 if (convs->kind == ck_ref_bind) in convert_like_internal() 8139 if (convs->kind == ck_ref_bind && nc->kind == ck_qual in convert_like_internal() 8147 convs->kind == ck_ref_bind in convert_like_internal() [all …]
|
| H A D | ChangeLog-2014 | 2561 (convert_like_real) [ck_ref_bind]: Explain them. 3344 (convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch. 3350 (convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch.
|
| H A D | ChangeLog-2011 | 1710 (convert_like_real): Handle bad ck_ref_bind with user_conv_p in the
|
| H A D | ChangeLog-2020 | 5523 (convert_like_real) <case ck_ref_bind>: Return IMPLICIT_CONV_EXPR
|
| H A D | ChangeLog-2019 | 864 * call.c (convert_like_real) <case ck_ref_bind>: Check need_temporary_p.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 57 ck_ref_bind, enumerator 1674 return build_conv (ck_ref_bind, type, conv); in direct_reference_binding() 1947 conv = build_conv (ck_ref_bind, rto, conv); in reference_binding() 4347 case ck_ref_bind: in build_converted_constant_expr_internal() 4384 if (conv && conv->kind == ck_ref_bind in build_converted_constant_expr_internal() 7348 if (convs->kind != ck_ref_bind) in convert_like_real() 7390 && (convs->kind != ck_ref_bind in convert_like_real_1() 7434 if (convs->kind == ck_ref_bind) in convert_like_real_1() 7681 convs->kind == ck_ref_bind in convert_like_real_1() 7757 case ck_ref_bind: in convert_like_real_1() [all …]
|