Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h206 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp886 if (!hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
899 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1642 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
1862 if (hasPendingError()) in parseStatement()
2183 if (hasPendingError() || ParseHadError) in parseStatement()
5622 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
DELFAsmParser.cpp252 while (!getParser().hasPendingError()) { in ParseSectionName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2140 return getParser().hasPendingError(); in processInstruction()
2150 return getParser().hasPendingError(); in processInstruction()
2154 return getParser().hasPendingError(); in processInstruction()