Searched refs:semantic_error (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | ConversionController.cpp | 241 throw semantic_error(format_string("line %d: option already set", (*it)->getFirstLine())); in processOptions() 274 …throw semantic_error(format_string("line %d: constant value is an invalid type", (*it)->getFirstLi… in processConstants() 304 …throw semantic_error(format_string("line %d: source definition node is an unexpected type", node->… in processSources() 312 throw semantic_error(format_string("line %d: source already defined", node->getFirstLine())); in processSources() 361 …throw semantic_error(format_string("line %d: expression didn't evaluate to an integer", expr->getF… in processSources() 387 …throw semantic_error(format_string("line %d: unexpected source definition node type", node->getFir… in processSources() 415 …throw semantic_error(format_string("line %d: section definition is unexpected type", node->getFirs… in processSections() 423 …throw semantic_error(format_string("line %d: section number did not evaluate to an integer", idExp… in processSections() 478 …throw semantic_error(format_string("line %d: unexpected section contents type", node->getFirstLine… in processSections() 548 …throw semantic_error(format_string("line %d: node is wrong type", assignmentNode->getFirstLine())); in convertAssignmentNodeToValue() [all …]
|
H A D | ElftosbErrors.h | 19 class semantic_error : public std::runtime_error 22 explicit semantic_error(const std::string & msg) in semantic_error() function
|
H A D | ElftosbAST.cpp | 280 throw semantic_error("no symbol provided"); in reduce() 299 …throw semantic_error(format_string("line %d: no source file named %s", getFirstLine(), sourceName-… in reduce() 307 throw semantic_error(format_string("line %d: no default source file is set", getFirstLine())); in reduce() 320 …throw semantic_error(format_string("line %d: source file %s does not support symbols", getFirstLin… in reduce() 325 …throw semantic_error(format_string("line %d: source file %s does not have an entry point", getFirs… in reduce() 405 …throw semantic_error(format_string("line %d: expression did not evaluate to an integer", m_expr->g… in reduce() 534 …throw semantic_error(format_string("line %d: invalid source file: %s", getFirstLine(), sourceName-… in reduce() 542 throw semantic_error(format_string("line %d: no default source file is set", getFirstLine())); in reduce() 568 …throw semantic_error(format_string("line %d: cannot get size of undefined constant %s", getFirstLi… in reduce() 683 …throw semantic_error(format_string("left hand side of %s operator failed to evaluate to an integer… in reduce() [all …]
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataTarget.cpp | 20 throw semantic_error("constant targets only support single-segment sources"); in getRangeForSegment() 51 throw semantic_error("source has no natural location"); in getRangeForSegment()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-defs.h | 382 int semantic_error (char *syntax);
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-defs.h | 382 int semantic_error (char *syntax);
|
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/ |
H A D | creed.pbxuser | 3020 name = "ElftosbErrors.h: semantic_error";
|