OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPendingError
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h
232
bool
hasPendingError
() { return !PendingErrors.empty(); }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp
984
if (Parsed && !
hasPendingError
() && Lexer.getTok().is(AsmToken::Error)) {
1000
assert(!
hasPendingError
() && "unexpected error from parseStatement");
1765
assert(!
hasPendingError
() && "parseStatement started with pending error");
1993
if (
hasPendingError
())
2329
if (
hasPendingError
() || ParseHadError)
5946
assert(!
hasPendingError
() && "unexpected error from parseStatement");
6204
assert(!
hasPendingError
() && "parseStatement started with pending error");
MasmParser.cpp
1253
if (Parsed && !
hasPendingError
() && Lexer.getTok().is(AsmToken::Error)) {
1269
assert(!
hasPendingError
() && "unexpected error from parseStatement");
1971
assert(!
hasPendingError
() && "parseStatement started with pending error");
2239
if (
hasPendingError
())
2578
if (
hasPendingError
() || ParseHadError)
3194
if (Parsed && !
hasPendingError
() && Lexer.getTok().is(AsmToken::Error)) {
7079
assert(!
hasPendingError
() && "unexpected error from parseStatement");
ELFAsmParser.cpp
257
while (!getParser().
hasPendingError
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp
1355
bool PendingErrors = getParser().
hasPendingError
();
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
2301
bool PendingErrors = getParser().
hasPendingError
();
2631
assert(Parser.
hasPendingError
());
5352
if (!Parser.
hasPendingError
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
1570
bool PendingErrors = getParser().
hasPendingError
();
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
2168
return getParser().
hasPendingError
();
Completed in 73 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026