Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
Dparser.cup26 public void report_error(String message, Object info) {
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);
296 {: /*dAsm.setDeprecated();*/dAsm.report_error("WARNING: @deprecated is not supported"); :}
313 dAsm.report_error("WARNING: Annotations are not supported"); :}
321 dAsm.report_error("WARNING: Annotations are not supported"); :}
325 dAsm.report_error("WARNING: Annotations are not supported"); :}
330 dAsm.report_error("WARNING: Annotations are not supported"); :}
[all …]
Dparser.java856 public void report_error(String message, Object info) { in report_error() method in parser
858 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()
1260 dAsm.report_error(".limit expected \"regs\" , but got " in CUP$do_action()
1904 dAsm.report_error("WARNING: Annotations are not supported"); in CUP$do_action()
1913 dAsm.report_error("WARNING: Annotations are not supported"); in CUP$do_action()
1930 dAsm.report_error("WARNING: Annotations are not supported"); in CUP$do_action()
1963 dAsm.report_error("WARNING: Annotations are not supported"); in CUP$do_action()
[all …]
DDAsm.java178 void report_error(String msg) { in report_error() method in DAsm
431 report_error("Relative forward jump offset too big."); in endMethod()
438 report_error("Label " + key + " not found."); in endMethod()
510 report_error("Label " + name + " already defined"); in plantLabel()
/cts/tools/dasm/src/java_cup/runtime/
Dlr_parser.java327 report_error(message, info); in report_fatal_error()
344 public void report_error(String message, Object info) in report_error() method in lr_parser
359 report_error("Syntax error", null); in syntax_error()
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jar ... Object) throws java.lang.Exception public void report_error (java.lang.String, java.lang ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
/cts/tools/dasm/src/java_cup/
Dparser.java350 public void report_error(String message, Object info) in report_error() method in parser
Dparser.cup149 public void report_error(String message, Object info)