Searched defs:syntax_err (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | archDesc.cpp | 337 syntax_err(instr->_linenum, "%s: Only branches to a label are supported\n", rootOp); 345 syntax_err(instr->_linenum, "%s: Only short branch to a label is supported\n", rootOp); 774 //------------------------------syntax_err---------------------------------- 776 void ArchDesc::syntax_err(int lineno, const char *fmt, ...) { function in class:ArchDesc 847 syntax_err(0, "Use of an undefined register class %s", rc_name); 867 syntax_err(opForm._linenum, 883 syntax_err(inForm._linenum, 898 syntax_err(inForm._linenum, 904 syntax_err(inForm._linenum, "Form is not an OperandForm:"); 918 syntax_err(opFor [all...] |
Completed in 36 milliseconds