Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2636 SMLoc ExprLoc = Lexer.getLoc(); in parseDirectiveReloc() local
2642 return Error(ExprLoc, "expression must be relocatable"); in parseDirectiveReloc()
2662 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue() local
2671 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveValue()
2674 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue()
2703 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveOctaValue() local
2716 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveOctaValue()
2839 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
2854 ExprLoc = getLexer().getLoc(); in parseDirectiveFill()
2875 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits"); in parseDirectiveFill()
[all …]
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp914 SMLoc ExprLoc = L; in ParseDirectiveFalign() local
922 return Error(ExprLoc, "literal value out of range (256) for falign"); in ParseDirectiveFalign()
926 return Error(ExprLoc, "not a valid expression for falign directive"); in ParseDirectiveFalign()
942 SMLoc ExprLoc = L; in ParseDirectiveValue() local
951 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveValue()
1374 SMLoc ExprLoc = Lexer.getLoc(); in parseInstruction() local
1439 HexagonOperand::CreateImm(Expr, ExprLoc, ExprLoc); in parseInstruction()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1768 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveWord() local
1776 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveWord()
1779 getStreamer().EmitValue(Value, Size, ExprLoc); in ParseDirectiveWord()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2970 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveWord() local
2978 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveWord()
2981 getStreamer().EmitValue(Value, Size, ExprLoc); in ParseDirectiveWord()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1725 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveValue() local
1734 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveValue()
/external/clang/lib/Sema/
DSemaExpr.cpp3896 auto ExprLoc = Size->getExprLoc(); in captureVariablyModifiedType() local
3900 FieldDecl::Create(Context, CapRecord, ExprLoc, ExprLoc, in captureVariablyModifiedType()
3909 CSI->addVLATypeCapture(ExprLoc, SizeType); in captureVariablyModifiedType()
13553 VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, in tryCaptureVariable() argument
13603 ExprLoc, in tryCaptureVariable()
13633 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
13638 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC); in tryCaptureVariable()
13645 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this)) in tryCaptureVariable()
13684 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
13720 if (!captureInBlock(BSI, Var, ExprLoc, in tryCaptureVariable()
[all …]
DSemaStmt.cpp199 SourceLocation ExprLoc = E->IgnoreParenImpCasts()->getExprLoc(); in DiagnoseUnusedExprResult() local
206 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult()
207 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
DSemaExprCXX.cpp6644 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
6645 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6651 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaDeclCXX.cpp3328 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local
3330 TargetType, ExprLoc); in CastForMoving()
3332 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
3333 SourceRange(ExprLoc, ExprLoc), in CastForMoving()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2730 SMLoc ExprLoc = getLoc(); in tryParseBarrierOperand() local
2735 Error(ExprLoc, "immediate value expected for barrier operand"); in tryParseBarrierOperand()
2739 Error(ExprLoc, "barrier operand out of range"); in tryParseBarrierOperand()
2744 MCE->getValue(), DB ? DB->Name : "", ExprLoc, getContext())); in tryParseBarrierOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1830 SMLoc ExprLoc = Parser.getTok().getLoc(); in tryParseRegister()
1979 SMLoc ExprLoc = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5524 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveCPSetup() local
5528 reportParseError(ExprLoc, "expected save register or stack offset"); in parseDirectiveCPSetup()