Home
last modified time | relevance | path

Searched refs:globalValues (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c81 Expressions globalValues; // values of global constants member
176 v->ctfeAdrOnStack < (int)globalValues.dim); in getValue()
177 return globalValues[v->ctfeAdrOnStack]; in getValue()
238 v->ctfeAdrOnStack = (int)globalValues.dim; in saveGlobalConstant()
239 globalValues.push(e); in saveGlobalConstant()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d276 Expressions globalValues; // values of global constants member
331 assert(v.ctfeAdrOnStack < globalValues.dim); in getValue()
332 return globalValues[v.ctfeAdrOnStack]; in getValue()
394 v.ctfeAdrOnStack = cast(uint)globalValues.dim; in saveGlobalConstant()
395 globalValues.push(copyRegionExp(e)); in saveGlobalConstant()