Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h27 struct CompiledCtfeFunction;
552 CompiledCtfeFunction *ctfeCode; // Compiled code for interpreter
H A Ddinterpret.c286 struct CompiledCtfeFunction struct
292 CompiledCtfeFunction(FuncDeclaration *f) in CompiledCtfeFunction() argument
309 CompiledCtfeFunction *ccf; in onExpression() argument
311 VarWalker(CompiledCtfeFunction *ccf) in onExpression()
389 CompiledCtfeFunction *ccf;
391 CtfeCompiler(CompiledCtfeFunction *ccf) in CtfeCompiler()
614 fd->ctfeCode = new CompiledCtfeFunction(fd); in ctfeCompile()
677 CompiledCtfeFunction ctfeCodeGlobal(NULL); in ctfeInterpret()