Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5486 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
5488 return Error(ErrorStart, "size plus position are not in the range 0 .. 32", in MatchAndEmitInstruction()
5489 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
5492 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
5494 return Error(ErrorStart, "size plus position are not in the range 1 .. 63", in MatchAndEmitInstruction()
5495 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()
5498 SMLoc ErrorStart = Operands[3]->getStartLoc(); in MatchAndEmitInstruction() local
5500 return Error(ErrorStart, "size plus position are not in the range 33 .. 64", in MatchAndEmitInstruction()
5501 SMRange(ErrorStart, ErrorEnd)); in MatchAndEmitInstruction()