Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp2382 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue() local
2391 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveValue()
2394 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue()
2423 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveOctaValue() local
2436 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveOctaValue()
2563 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
2578 ExprLoc = getLexer().getLoc(); in parseDirectiveFill()
2599 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits"); in parseDirectiveFill()
3538 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveBundleAlignMode() local
3546 return Error(ExprLoc, in parseDirectiveBundleAlignMode()
[all …]
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp2632 SMLoc ExprLoc = getLoc(); in tryParseBarrierOperand() local
2637 Error(ExprLoc, "immediate value expected for barrier operand"); in tryParseBarrierOperand()
2641 Error(ExprLoc, "barrier operand out of range"); in tryParseBarrierOperand()
2649 ExprLoc, getContext())); in tryParseBarrierOperand()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp12766 VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, in tryCaptureVariable() argument
12817 ExprLoc, in tryCaptureVariable()
12862 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
12867 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC); in tryCaptureVariable()
12874 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this)) in tryCaptureVariable()
12947 auto ExprLoc = Size->getExprLoc(); in tryCaptureVariable() local
12951 Context, CapRecord, ExprLoc, ExprLoc, in tryCaptureVariable()
12960 CSI->addVLATypeCapture(ExprLoc, SizeType); in tryCaptureVariable()
13003 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
13038 if (!captureInBlock(BSI, Var, ExprLoc, in tryCaptureVariable()
[all …]
HDSemaStmt.cpp198 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc(); in DiagnoseUnusedExprResult() local
205 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult()
206 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
HDSemaExprCXX.cpp6287 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
6288 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6294 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
HDSemaDeclCXX.cpp3313 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local
3315 TargetType, ExprLoc); in CastForMoving()
3317 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
3318 SourceRange(ExprLoc, ExprLoc), in CastForMoving()