Home | History | Annotate | Download | only in MCParser

Lines Matching refs:HadError

156   unsigned HadError : 1;
528 HadError = true;
598 HadError = false;
620 assert(HadError && "Parse statement returned an error, but none emitted!");
662 if (!HadError && !NoFinalize)
665 return HadError;
1468 bool HadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr,
1470 Info.ParseError = HadError;
1490 if (!HadError && getContext().getGenDwarfForAssembly() &&
1517 if (!HadError) {
1519 HadError = getTargetParser().MatchAndEmitInstruction(IDLoc, Info.Opcode,