Home
last modified time | relevance | path

Searched refs:useStaticInit (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1663 sle->useStaticInit = false; in visit()
2826 if (e->useStaticInit && !this->constp_) in visit()
2894 gcc_assert (e->useStaticInit == false); in visit()
H A DChangeLog-2016401 field with useStaticInit.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1753 sle->useStaticInit = false; in visit()
2884 if (e->useStaticInit && !this->constp_) in visit()
2944 gcc_assert (e->useStaticInit == false); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h473 bool useStaticInit; // if this is true, use the StructDeclaration's init symbol variable
H A Dexpression.d3188 bool useStaticInit; /// if this is true, use the StructDeclaration's init symbol variable
3280 if (useStaticInit && e.type.needsNested()) in getField()
3283 se.useStaticInit = true; in getField()
H A Dtypesem.d2407 e.isStructLiteralExp().useStaticInit = true; in getProperty()
3408 e.isStructLiteralExp().useStaticInit = true; in dotExp()
H A Dmtype.d5715 structinit.useStaticInit = true; in defaultInitLiteral()
H A Dexpressionsem.d4521 sle.useStaticInit = false; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c3988 this->useStaticInit = false; in StructLiteralExp()
4102 if (useStaticInit && e->op == TOKstructliteral && in getField()
4106 se->useStaticInit = true; in getField()
H A Dexpression.h464 bool useStaticInit; // if this is true, use the StructDeclaration's init symbol variable
H A Dmtype.c2075 se->useStaticInit = true; in getProperty()
2165 se->useStaticInit = true; in dotExp()
8161 structinit->useStaticInit = true; in defaultInitLiteral()
H A Dexpressionsem.c3011 sle->useStaticInit = false; in visit()