Home | History | Annotate | Download | only in cp

Lines Matching defs:ck_base

56   ck_base,
95 /* If KIND is ck_ref_bind or ck_base, true to indicate that a
105 being bound to an rvalue expression. If KIND is ck_rvalue or ck_base,
116 ck_base and ck_rvalue. */
800 case ck_base:
1546 conv = build_conv (ck_base, to, conv);
1666 conv = build_conv (ck_base, t, conv);
4423 if (t->kind == ck_base)
4561 case ck_base:
5311 conv = build_conv (ck_base, t2, conv);
7855 && convs->kind != ck_base)
8184 case ck_base:
8185 if (convs->kind == ck_base && !convs->need_temporary_p)
9083 if (c->kind == ck_base && c->need_temporary_p)