Home
last modified time | relevance | path

Searched refs:INITinterpret (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinit.d34 INITinterpret, enumerator
38 alias INITinterpret = NeedInterpret.INITinterpret; variable
H A Dinit.h28 enum NeedInterpret { INITnointerpret, INITinterpret }; enumerator
H A Dsemantic2.d259 …antic(sc, vd.type, sc.intypeof == 1 || sc.flags & SCOPE.compile ? INITnointerpret : INITinterpret); in visit()
H A Ddeclaration.d1538 _init = _init.initializerSemantic(_scope, type, INITinterpret);
H A Ddsymbolsem.d1003 dsym._init = dsym._init.initializerSemantic(sc, dsym.type, INITinterpret); in visit()
1051 … dsym._init.initializerSemantic(sc, dsym.type, sc.intypeof == 1 ? INITnointerpret : INITinterpret); in visit()
1135 dsym._init = dsym._init.initializerSemantic(sc, dsym.type, INITinterpret); in visit()
H A Ddinterpret.d2077 …v._init = v._init.initializerSemantic(v._scope, v.type, INITinterpret); // might not be run on agg… in getVarExp()
H A Dexpressionsem.d3718 v._init = v._init.initializerSemantic(v._scope, v.type, INITinterpret); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinit.h30 enum NeedInterpret { INITnointerpret, INITinterpret }; enumerator
H A Ddeclaration.c1525 … _init = ::semantic(_init, sc, type, sc->intypeof == 1 ? INITnointerpret : INITinterpret); in semantic()
1588 _init = ::semantic(_init, sc, type, INITinterpret); in semantic()
1646 _init = ::semantic(_init, sc, type, sc->intypeof == 1 ? INITnointerpret : INITinterpret); in semantic2()
1993 _init = ::semantic(_init, _scope, type, INITinterpret); in getConstInitializer()
H A Ddinterpret.c2114 …v->_init = ::semantic(v->_init, v->_scope, v->type, INITinterpret); // might not be run on aggrega… in getVarExp()
H A Dexpressionsem.c1253 v->_init = semantic(v->_init, v->_scope, v->type, INITinterpret); in visit()