Home
last modified time | relevance | path

Searched refs:reportParseError (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp248 bool reportParseError(Twine ErrorMsg);
249 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
4103 reportParseError(Loc, in getATReg()
4897 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4904 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4919 reportParseError("unexpected token, expected end of statement"); in parseSetNoAtDirective()
4944 reportParseError("unexpected token, expected equals sign"); in parseSetAtDirective()
4951 reportParseError("no register specified"); in parseSetAtDirective()
4954 reportParseError("unexpected token, expected dollar sign '$'"); in parseSetAtDirective()
4968 reportParseError("unexpected token, expected identifier or integer"); in parseSetAtDirective()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp311 bool reportParseError(Twine ErrorMsg);
312 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
3122 reportParseError(IDLoc, in loadAndAddSymbolAddress()
5715 reportParseError(Loc, in getATReg()
6426 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
6431 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
6446 reportParseError("unexpected token, expected end of statement"); in parseSetNoAtDirective()
6471 reportParseError("unexpected token, expected equals sign"); in parseSetAtDirective()
6478 reportParseError("no register specified"); in parseSetAtDirective()
6481 reportParseError("unexpected token, expected dollar sign '$'"); in parseSetAtDirective()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtranstst.h419 …void reportParseError(const UnicodeString& message, const UParseError& parseError, const UErrorCod…
Dtranstst.cpp4371reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, statu… in TestBeginEnd()
4406reportParseError(UnicodeString("FAIL: Couldn't create transliterator"), parseError, status); in TestBeginEndToRules()
4413reportParseError(UnicodeString("FAIL: Couldn't create transliterator from generated rules"), in TestBeginEndToRules()
4432reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, statu… in TestBeginEndToRules()
4439reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator from generated rules… in TestBeginEndToRules()
4701 void TransliteratorTest::reportParseError(const UnicodeString& message, in reportParseError() function in TransliteratorTest
4729reportParseError(UnicodeString("Couldn't create transliterator from ") + rules, parseError, status… in expect()