Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/MC/SystemZ/
H A DSystemZAsmLexerTest.cpp500 EXPECT_EQ(Parser->hasPendingError(), true); in TEST_F()
515 EXPECT_EQ(Parser->hasPendingError(), true); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h233 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1004 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1020 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1782 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2010 if (hasPendingError()) in parseStatement()
2350 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
5993 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6295 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
H A DELFAsmParser.cpp255 while (!getParser().hasPendingError()) { in ParseSectionName()
H A DMasmParser.cpp1361 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1377 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
2076 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2322 if (hasPendingError()) in parseStatement()
2696 if (hasPendingError() || ParseHadError) in parseStatement()
3313 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()
7391 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1391 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2473 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2802 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
5786 if (!Parser.hasPendingError()) { in ParseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1587 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2168 return getParser().hasPendingError(); in processInstruction()