Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp39 if (getParser().hasPendingError()) in parseDirective()
H A DAsmParser.cpp1006 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1022 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1783 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2007 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2345 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
6022 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6321 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
H A DELFAsmParser.cpp256 while (!getParser().hasPendingError()) { in ParseSectionName()
H A DMasmParser.cpp1381 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1397 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
2085 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2312 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2680 if (hasPendingError() || ParseHadError) in parseStatement()
3297 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()
7379 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1385 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2675 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
3023 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
6383 if (!Parser.hasPendingError()) { in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1600 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2167 return getParser().hasPendingError(); in processInstruction()