Searched refs:ReportError (Results 1 – 4 of 4) sorted by relevance
100 ReportError("Bad introduced tag: " + std::string(tag)); in ParseSymbolTags()114 ReportError("Bad introduced tag " + std::string(tag)); in ParseSymbolTags()167 ReportError("No semicolon at the end of the symbol line: " + line); in ParseSymbolLine()252 ReportError("No matching closing parenthesis"); in ParseVersionBlock()273 ReportError("No version opening parenthesis" + line); in Parse()
105 void ReportError(const std::string &error_msg) { in ReportError() function
60 ReportError(line_no, "bad section name line"); in ParseLine()71 ReportError(line_no, "bad key-value line"); in ParseLine()
166 void ReportError(size_t line_no, const char *cause) { in ReportError() function