Searched refs:SEMERR (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp35 file_error(SEMERR, 0, "File seek error reading input file");
42 file_error(SEMERR, 0, "File seek error reading input file\n");
50 file_error(SEMERR, 0, "Buffer allocation failed\n");
62 file_error(SEMERR, 0, "File read error, no input read\n");
H A DarchDesc.hpp31 #define SEMERR 2 macro
H A Dadlparse.cpp121 parse_err(SEMERR, "Did not declare 'register' definitions");
133 parse_err(SEMERR, "Did not declare 'ins_cost' attribute");
136 parse_err(SEMERR, "Did not declare 'op_cost' attribute");
2334 parse_err(SEMERR, "unknown identifier %s inside reg_class list.\n", rname);

Completed in 43 milliseconds