Lines Matching refs:semantic_error
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()
698 …throw semantic_error(format_string("right hand side of %s operator failed to evaluate to an intege… in reduce()
733 …throw semantic_error(format_string("right hand side of %s operator failed to evaluate to an intege… in reduce()