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

  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 5380 bool no_slot = new_ctx.ctor == NULL_TREE;
5382 if (new_ctx.ctor != ctx->ctor && !no_slot)
5417 else if (no_slot)
5544 bool no_slot = new_ctx.ctor == NULL_TREE;
5545 if (new_ctx.ctor != ctx->ctor && !no_slot)
5597 if (no_slot)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 4776 bool no_slot = TREE_CODE (type) == RECORD_TYPE && is_empty_field (index); local
4779 if (new_ctx.ctor != ctx->ctor && !no_slot)
4823 else if (no_slot)

Completed in 27 milliseconds