Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h232 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp984 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1000 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1765 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
1993 if (hasPendingError()) in parseStatement()
2329 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
5946 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6204 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
H A DMasmParser.cpp1253 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1269 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1971 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2239 if (hasPendingError()) in parseStatement()
2578 if (hasPendingError() || ParseHadError) in parseStatement()
3194 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()
7079 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
H A DELFAsmParser.cpp257 while (!getParser().hasPendingError()) { in ParseSectionName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1355 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2301 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2631 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
5352 if (!Parser.hasPendingError()) { in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1570 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2168 return getParser().hasPendingError(); in processInstruction()