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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp115 parse_err(SYNERR, "expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode\n Found %s",ident);
128 parse_err(SYNERR, "End of file inside #ifdef");
163 parse_err(SYNERR, "missing '(' in instruct definition\n");
171 parse_err(SYNERR, "missing '%%{' in instruction definition\n");
178 parse_err(SYNERR, "keyword identifier expected at %c\n", _curchar);
207 parse_err(SYNERR, "unique match rule expected for %s\n", rule->_name);
220 parse_err(SYNERR, "Instructions specify ins_encode, not encode\n");
229 parse_err(SYNERR, "Instructions do not specify a constraint\n");
232 parse_err(SYNERR, "Instructions do not specify a construct\n");
236 parse_err(SYNERR, "Instruction
[all...]
H A DarchDesc.hpp30 #define SYNERR 1 macro
H A DarchDesc.cpp780 _internal_errs += emit_msg(0, SYNERR, lineno, fmt, args);

Completed in 36 milliseconds