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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 473 bool useStaticInit; // if this is true, use the StructDeclaration's init symbol
typesem.d 2407 e.isStructLiteralExp().useStaticInit = true;
3408 e.isStructLiteralExp().useStaticInit = true;
expression.d 3188 bool useStaticInit; /// if this is true, use the StructDeclaration's init symbol
3280 if (useStaticInit && e.type.needsNested())
3283 se.useStaticInit = true;
mtype.d 5715 structinit.useStaticInit = true;
expressionsem.d 4521 sle.useStaticInit = false;
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1663 sle->useStaticInit = false;
2826 if (e->useStaticInit && !this->constp_)
2894 gcc_assert (e->useStaticInit == false);

Completed in 33 milliseconds