HomeSort by: relevance | last modified time | path
    Searched refs:ck_rvalue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 64 ck_rvalue, enumerator in enum:conversion_kind
113 being bound to an rvalue expression. If KIND is ck_rvalue or ck_base,
124 ck_base and ck_rvalue. */
1272 /* Wrapping a ck_rvalue around a class prvalue (as a result of using
1287 conv = build_conv (ck_rvalue, from, conv);
1319 if (CLASS_TYPE_P (to) && conv->kind == ck_rvalue)
1577 if (conv->kind == ck_rvalue)
4325 if (c && c->kind == ck_rvalue)
4347 if (fc && fc->kind == ck_rvalue)
4523 = build_conv (ck_rvalue, totype, cand->second_conv)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 62 ck_rvalue enumerator in enum:conversion_kind
105 being bound to an rvalue expression. If KIND is ck_rvalue or ck_base,
116 ck_base and ck_rvalue. */
1252 /* Wrapping a ck_rvalue around a class prvalue (as a result of using
1267 conv = build_conv (ck_rvalue, from, conv);
1302 if (CLASS_TYPE_P (to) && conv->kind == ck_rvalue)
1544 if (conv->kind == ck_rvalue)
4238 = build_conv (ck_rvalue, totype, cand->second_conv);
4308 if (ics && MAYBE_CLASS_TYPE_P (totype) && ics->kind != ck_rvalue
4310 ics = build_conv (ck_rvalue, totype, ics)
    [all...]

Completed in 32 milliseconds