Searched refs:reportParseError (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp184 void reportParseError(Twine Msg) const { function in class:__anon2819::ExternalProfileTextLoader
306 Loader.reportParseError("Expected 'symbol table', found " + Line);
310 Loader.reportParseError("Expected a number, found " + Line);
328 Loader.reportParseError("Expected 'mangled_name:NUM:NUM:NUM', found " +
344 Loader.reportParseError("Expected 'NUM: NUM', found " + Line);
353 Loader.reportParseError("Unexpected end of file");
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp187 bool reportParseError(StringRef ErrorMsg);
2178 bool MipsAsmParser::reportParseError(StringRef ErrorMsg) { function in class:MipsAsmParser
2192 reportParseError("unexpected token in statement");
2211 reportParseError("unexpected token in statement");
2221 reportParseError("unexpected token in statement");
2226 reportParseError("unexpected token in statement");
2231 reportParseError("unexpected token in statement");
2237 reportParseError("unexpected token in statement");
2243 reportParseError("unexpected token in statement");
2252 reportParseError("unexpecte
[all...]

Completed in 95 milliseconds