Searched refs:RefineErrorLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 383 static SMLoc RefineErrorLoc(const SMLoc Loc, const OperandVector &Operands, in RefineErrorLoc() function 483 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 486 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 490 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 493 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 496 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 499 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 502 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 505 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 508 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 5925 static SMLoc RefineErrorLoc(const SMLoc Loc, const OperandVector &Operands, in RefineErrorLoc() function 5985 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 5988 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), "expected '0'"); in matchAndEmitInstruction() 5990 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 5993 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 5996 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 5999 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 6002 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 6005 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() 6008 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in matchAndEmitInstruction() [all …]
|