Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h233 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp988 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1004 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1770 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
1998 if (hasPendingError()) in parseStatement()
2336 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
5968 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6260 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
DELFAsmParser.cpp257 while (!getParser().hasPendingError()) { in ParseSectionName()
DMasmParser.cpp1362 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1378 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
2093 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2356 if (hasPendingError()) in parseStatement()
2731 if (hasPendingError() || ParseHadError) in parseStatement()
3348 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()
7426 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1355 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2305 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2635 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
5391 if (!Parser.hasPendingError()) { in ParseInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1570 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2168 return getParser().hasPendingError(); in processInstruction()