Searched refs:INITinterpret (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | init.d | 34 INITinterpret, enumerator 38 alias INITinterpret = NeedInterpret.INITinterpret; variable
|
| H A D | init.h | 28 enum NeedInterpret { INITnointerpret, INITinterpret }; enumerator
|
| H A D | semantic2.d | 259 …antic(sc, vd.type, sc.intypeof == 1 || sc.flags & SCOPE.compile ? INITnointerpret : INITinterpret); in visit()
|
| H A D | declaration.d | 1538 _init = _init.initializerSemantic(_scope, type, INITinterpret);
|
| H A D | dsymbolsem.d | 1003 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 D | dinterpret.d | 2077 …v._init = v._init.initializerSemantic(v._scope, v.type, INITinterpret); // might not be run on agg… in getVarExp()
|
| H A D | expressionsem.d | 3718 v._init = v._init.initializerSemantic(v._scope, v.type, INITinterpret); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | init.h | 30 enum NeedInterpret { INITnointerpret, INITinterpret }; enumerator
|
| H A D | declaration.c | 1525 … _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 D | dinterpret.c | 2114 …v->_init = ::semantic(v->_init, v->_scope, v->type, INITinterpret); // might not be run on aggrega… in getVarExp()
|
| H A D | expressionsem.c | 1253 v->_init = semantic(v->_init, v->_scope, v->type, INITinterpret); in visit()
|