Home
last modified time | relevance | path

Searched refs:ck_ref_bind (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc57 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 DChangeLog-20142561 (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 DChangeLog-20111710 (convert_like_real): Handle bad ck_ref_bind with user_conv_p in the
H A DChangeLog-20205523 (convert_like_real) <case ck_ref_bind>: Return IMPLICIT_CONV_EXPR
H A DChangeLog-2019864 * call.c (convert_like_real) <case ck_ref_bind>: Check need_temporary_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c57 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 …]