HomeSort by: relevance | last modified time | path
    Searched defs:ck_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 58 ck_base, enumerator in enum:conversion_kind
103 /* If KIND is ck_ref_bind or ck_base, true to indicate that a
113 being bound to an rvalue expression. If KIND is ck_rvalue or ck_base,
124 ck_base and ck_rvalue. */
820 case ck_base:
1579 conv = build_conv (ck_base, to, conv);
1698 conv = build_conv (ck_base, t, conv);
4849 case ck_base:
5632 conv = build_conv (ck_base, t2, conv);
8450 && convs->kind != ck_base)
    [all...]
call.cc 58 ck_base, enumerator in enum:conversion_kind
103 /* If KIND is ck_ref_bind or ck_base, true to indicate that a
113 being bound to an rvalue expression. If KIND is ck_rvalue or ck_base,
124 ck_base and ck_rvalue. */
820 case ck_base:
1579 conv = build_conv (ck_base, to, conv);
1698 conv = build_conv (ck_base, t, conv);
4849 case ck_base:
5632 conv = build_conv (ck_base, t2, conv);
8450 && convs->kind != ck_base)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 56 ck_base, enumerator in enum:conversion_kind
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)
    [all...]
call.cc 56 ck_base, enumerator in enum:conversion_kind
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)
    [all...]

Completed in 105 milliseconds