| 411 | } |
| 412 | |
| 413 | void CLikeCodeGen::PrintFetchArgInstr(CodeGenContext & ctx, FetchArgInstruction * instr) |
| 414 | { |
| 415 | if (instr->ArgId == 0) |
| 416 | { |
| 417 | ctx.ReturnVarName = ctx.DefineVariable(instr); |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | void CLikeCodeGen::PrintSelectInstrExpr(CodeGenContext & ctx, SelectInstruction * instr) |
| 422 | { |
nothing calls this directly
no test coverage detected