HomeSort by relevance Sort by last modified time
    Searched defs:ErrorLoc (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 322 SMLoc ErrorLoc;
337 ErrorLoc = IDLoc;
342 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
343 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
346 return Error(ErrorLoc, "invalid operand for instruction");
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 638 SMLoc ErrorLoc;
649 ErrorLoc = IdLoc;
654 ErrorLoc = ((LanaiOperand &)*Operands[ErrorInfo]).getStartLoc();
655 if (ErrorLoc == SMLoc())
656 ErrorLoc = IdLoc;
658 return Error(ErrorLoc, "Invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 574 SMLoc ErrorLoc = IDLoc;
579 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
580 if (ErrorLoc == SMLoc())
581 ErrorLoc = IDLoc;
584 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 818 SMLoc ErrorLoc = IDLoc;
823 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc();
824 if (ErrorLoc == SMLoc())
825 ErrorLoc = IDLoc;
827 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 804 SMLoc ErrorLoc = IDLoc;
809 ErrorLoc = (static_cast<HexagonOperand *>(InstOperands[ErrorInfo].get()))
811 if (ErrorLoc == SMLoc())
812 ErrorLoc = IDLoc;
814 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 287 SourceLocation ErrorLoc;
290 ErrorLoc = BD->getParamDecl(ArgCounter)->getLocStart();
292 ErrorLoc = cast<DeclRefExpr>(BlockArg)->getLocStart();
294 S.Diag(ErrorLoc,
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 357 milliseconds