Searched refs:dAsm (Results 1 – 3 of 3) sorted by relevance
15 public DAsm dAsm;24 public DAsm dAsm;28 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")");30 dAsm.report_error("Warning: " + message);35 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");37 dAsm.report_error("Error: " + message); 40 parser(DAsm dAsm, Scanner scanner) {44 this.dAsm = dAsm;50 action_obj.dAsm = dAsm;148 {: dAsm.endHeader(); :}[all …]
837 action_obj.dAsm = dAsm; in user_init()854 public DAsm dAsm; field in parser858 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")"); in report_error()860 dAsm.report_error("Warning: " + message); in report_error()865 dAsm.report_error("Error: " + message + "(" + info.toString() + ")"); in report_fatal_error()867 dAsm.report_error("Error: " + message); in report_fatal_error()870 parser(DAsm dAsm, Scanner scanner) { in parser() argument874 this.dAsm = dAsm; in parser()884 public DAsm dAsm; field in CUP$actions910 dAsm.endSwitch(); in CUP$do_action()[all …]
83 DAsm dAsm = new DAsm(); in assemble() local89 dAsm.readD(inp, new File(fname).getName(), generateLineNumbers); in assemble()104 if (dAsm.errorCount() > 0) { in assemble()105 System.err.println("Found " + dAsm.errorCount() + " errors " in assemble()111 .getClassFieldFromString(dAsm.getClassName()); in assemble()155 dAsm.write(outp, hr_outp); in assemble()