Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c124 CtfeStack ctfeStack; variable
262 …printf("max call depth = %d\tmax stack = %d\n", CtfeStatus::maxCallDepth, ctfeStack.maxStackUsage(… in printCtfePerformanceStats()
784 thisarg = ctfeStack.getThis(); in interpretFunction()
861 ctfeStack.startFrame(thisarg); in interpretFunction()
864 ctfeStack.push(fd->vthis); in interpretFunction()
873 ctfeStack.push(v); in interpretFunction()
899 ctfeStack.push(vx); in interpretFunction()
915 ctfeStack.push(fd->vresult); in interpretFunction()
968 ctfeStack.endFrame(); in interpretFunction()
1179 if (ctfeStack.isInCurrentFrame(v)) in stopPointersEscaping()
[all …]