Searched defs:ExprLoc (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1768 SMLoc ExprLoc = getLexer().getLoc(); local
1776 return Error(ExprLoc, "literal value out of range for directive");
1779 getStreamer().EmitValue(Value, Size, ExprLoc);
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp1725 SMLoc ExprLoc = getLexer().getLoc(); local
1734 return Error(ExprLoc, "literal value out of range for directive");
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2970 SMLoc ExprLoc = getLexer().getLoc(); local
2978 return Error(ExprLoc, "literal value out of range for directive");
2981 getStreamer().EmitValue(Value, Size, ExprLoc);
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp914 SMLoc ExprLoc = L; local
922 return Error(ExprLoc, "literal value out of range (256) for falign");
926 return Error(ExprLoc, "not a valid expression for falign directive");
942 SMLoc ExprLoc = L; local
951 return Error(ExprLoc, "literal value out of range for directive");
1374 SMLoc ExprLoc = Lexer.getLoc(); local
1439 HexagonOperand::CreateImm(Expr, ExprLoc, ExprLoc);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1830 SMLoc ExprLoc = Parser.getTok().getLoc();
1979 SMLoc ExprLoc = Parser.getTok().getLoc(); local
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6644 SourceLocation ExprLoc = VarExpr->getExprLoc(); local
6645 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
6651 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
H A DSemaDeclCXX.cpp3328 SourceLocation ExprLoc = E->getLocStart(); local
3330 TargetType, ExprLoc);
3332 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
3333 SourceRange(ExprLoc, ExprLoc),
H A DSemaExpr.cpp3896 auto ExprLoc = Size->getExprLoc(); local
3900 FieldDecl::Create(Context, CapRecord, ExprLoc, ExprLoc,
3909 CSI->addVLATypeCapture(ExprLoc, SizeType);
13553 VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind,
13603 ExprLoc,
13633 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
13638 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC);
13645 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this))
13684 Diag(ExprLoc, dia
13552 tryCaptureVariable( VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2636 SMLoc ExprLoc = Lexer.getLoc(); local
2642 return Error(ExprLoc, "expression must be relocatable");
2662 SMLoc ExprLoc = getLexer().getLoc(); local
2671 return Error(ExprLoc, "literal value out of range for directive");
2674 getStreamer().EmitValue(Value, Size, ExprLoc);
2703 SMLoc ExprLoc = getLexer().getLoc();
2716 return Error(ExprLoc, "literal value out of range for directive");
2839 SMLoc SizeLoc, ExprLoc; local
2854 ExprLoc = getLexer().getLoc();
2875 Warning(ExprLoc, "'
4049 SMLoc ExprLoc = getLexer().getLoc(); local
5002 SMLoc ExprLoc = getLexer().getLoc(); local
5018 SMLoc ExprLoc = getLexer().getLoc(); local
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2730 SMLoc ExprLoc = getLoc(); local
2735 Error(ExprLoc, "immediate value expected for barrier operand");
2739 Error(ExprLoc, "barrier operand out of range");
2744 MCE->getValue(), DB ? DB->Name : "", ExprLoc, getContext()));
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5524 SMLoc ExprLoc = getLexer().getLoc(); local
5528 reportParseError(ExprLoc, "expected save register or stack offset");

Completed in 629 milliseconds