Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp38 if (getParser().hasPendingError()) in parseDirective()
H A DAsmParser.cpp1008 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()
1024 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1786 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2011 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2347 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
6016 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6316 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()
2084 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2311 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2679 if (hasPendingError() || ParseHadError) in parseStatement()
3296 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation()
7378 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h235 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1385 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2535 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
2883 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
6142 if (!Parser.hasPendingError()) { in ParseInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1592 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2167 return getParser().hasPendingError(); in processInstruction()