Searched refs:_semantic_errs (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp295 case 2: _AD._semantic_errs += _AD.emit_msg(0, flag, linenum, fmt, args);
H A DarchDesc.hpp155 int _semantic_errs; // Count of semantic errors member in class:ArchDesc
H A Dmain.cpp337 return (AD._syntax_errs + AD._semantic_errs + AD._internal_errs); // Bye Bye!!
H A Dadlparse.cpp34 _AD._syntax_errs = _AD._semantic_errs = 0; // No errors so far this file
55 if( _AD._syntax_errs + _AD._semantic_errs + _AD._warnings == 0 ) {
65 if( _AD._semantic_errs ) { // Any semantic errors?
66 fprintf(stderr,"%s: Found %d semantic error", _buf._fp->_name, _AD._semantic_errs);
67 if( _AD._semantic_errs > 1 ) fprintf(stderr,"s.\n\n");
4731 _AD._semantic_errs += _AD.emit_msg(0, flag, linenum(), fmt, args);
H A DarchDesc.cpp208 _semantic_errs = 0;

Completed in 50 milliseconds