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.cpp984 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in Run()
999 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1719 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
1932 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2274 if (hasPendingError() || ParseHadError) in parseAndMatchAndEmitTargetInstruction()
5958 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
6251 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
H A DMasmParser.cpp1232 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in Run()
1246 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()
1817 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()
2034 assert(TPDirectiveReturn.isFailure() == hasPendingError() && in parseStatement()
2328 if (hasPendingError() || ParseHadError) in parseStatement()
2835 if (HasError && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) in handleMacroInvocation()
5915 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
H A DELFAsmParser.cpp232 while (!getParser().hasPendingError()) { in parseSectionName()
/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.cpp1454 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2783 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
3144 assert(Parser.hasPendingError()); in ParseAMDGPURegister()
6766 if (!Parser.hasPendingError()) { in parseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1622 bool PendingErrors = getParser().hasPendingError(); in tryParseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2124 return getParser().hasPendingError(); in processInstruction()