Searched refs:EmptyRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2942 SMRange EmptyRange = None; in MatchAndEmitATTInstruction() local 3055 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 3072 return Error(IDLoc, "too few operands for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3083 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3100 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitATTInstruction() 3106 EmptyRange, MatchingInlineAsm); in MatchAndEmitATTInstruction() 3119 SMRange EmptyRange = None; in MatchAndEmitIntelInstruction() local 3285 return Error(IDLoc, "invalid operand for instruction", EmptyRange, in MatchAndEmitIntelInstruction() 3290 return Error(IDLoc, "unknown instruction mnemonic", EmptyRange, in MatchAndEmitIntelInstruction()
|