Searched refs:ExprLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2384 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue() local 2393 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveValue() 2396 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue() 2425 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveOctaValue() local 2438 return Error(ExprLoc, "literal value out of range for directive"); in parseDirectiveOctaValue() 2565 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 2580 ExprLoc = getLexer().getLoc(); in parseDirectiveFill() 2601 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits"); in parseDirectiveFill() 3518 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveBundleAlignMode() local 3526 return Error(ExprLoc, in parseDirectiveBundleAlignMode() [all …]
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2602 SMLoc ExprLoc = getLoc(); in tryParseBarrierOperand() local 2607 Error(ExprLoc, "immediate value expected for barrier operand"); in tryParseBarrierOperand() 2611 Error(ExprLoc, "barrier operand out of range"); in tryParseBarrierOperand() 2615 AArch64Operand::CreateBarrier(MCE->getValue(), ExprLoc, getContext())); in tryParseBarrierOperand()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 187 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc(); in DiagnoseUnusedExprResult() local 194 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult() 195 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
|
D | SemaExpr.cpp | 12081 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, in tryCaptureVariable() argument 12124 ExprLoc, in tryCaptureVariable() 12145 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable() 12150 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC); in tryCaptureVariable() 12157 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this)) in tryCaptureVariable() 12263 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable() 12298 if (!captureInBlock(BSI, Var, ExprLoc, in tryCaptureVariable() 12304 if (!captureInCapturedRegion(RSI, Var, ExprLoc, in tryCaptureVariable() 12311 if (!captureInLambda(LSI, Var, ExprLoc, in tryCaptureVariable()
|
D | SemaExprCXX.cpp | 5887 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 5888 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 5894 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
D | SemaDeclCXX.cpp | 3041 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local 3043 TargetType, ExprLoc); in CastForMoving() 3045 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving() 3046 SourceRange(ExprLoc, ExprLoc), in CastForMoving()
|