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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6102 SMLoc ErrorStart = Operands[3]->getStartLoc(); local
6104 return Error(ErrorStart, "size plus position are not in the range 0 .. 32",
6105 SMRange(ErrorStart, ErrorEnd));
6108 SMLoc ErrorStart = Operands[3]->getStartLoc(); local
6110 return Error(ErrorStart, "size plus position are not in the range 1 .. 63",
6111 SMRange(ErrorStart, ErrorEnd));
6114 SMLoc ErrorStart = Operands[3]->getStartLoc(); local
6116 return Error(ErrorStart, "size plus position are not in the range 33 .. 64",
6117 SMRange(ErrorStart, ErrorEnd));

Completed in 104 milliseconds