| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 351 SMLoc ExprLoc = getLexer().getLoc(); in parseJccInstruction() local 353 return Error(ExprLoc, "expected expression operand"); in parseJccInstruction() 358 return Error(ExprLoc, "invalid jump offset"); in parseJccInstruction() 360 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2967 SMLoc ExprLoc = Lexer.getLoc(); in parseDirectiveReloc() local 2993 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue() local 3004 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue() 3017 SMLoc ExprLoc = Asm.getTok().getLoc(); in parseHexOcta() local 3149 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 3156 ExprLoc = getTok().getLoc(); in parseDirectiveFill() 4515 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveBundleAlignMode() local 4607 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveDCB() local 4621 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveDCB() 5543 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1475 SourceLocation ExprLoc = E->getBeginLoc(); in castForMoving() local 1477 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc); in castForMoving() 1480 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in castForMoving() 1481 SourceRange(ExprLoc, ExprLoc), E->getSourceRange()) in castForMoving()
|
| H A D | SemaExpr.cpp | 3974 auto ExprLoc = Size->getExprLoc(); in captureVariablyModifiedType() local 3978 FieldDecl::Create(Context, CapRecord, ExprLoc, ExprLoc, in captureVariablyModifiedType() 3987 CSI->addVLATypeCapture(ExprLoc, SizeType); in captureVariablyModifiedType() 15281 VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, in tryCaptureVariable() argument 15332 ExprLoc, in tryCaptureVariable() 15364 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable() 15369 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC); in tryCaptureVariable() 15417 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable() 15453 if (!captureInBlock(BSI, Var, ExprLoc, in tryCaptureVariable() 15459 if (!captureInCapturedRegion(RSI, Var, ExprLoc, in tryCaptureVariable() [all …]
|
| H A D | SemaStmt.cpp | 213 SourceLocation ExprLoc = E->IgnoreParenImpCasts()->getExprLoc(); in DiagnoseUnusedExprResult() local 220 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult() 221 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
|
| H A D | SemaExprCXX.cpp | 7468 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 7469 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 7475 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaDeclCXX.cpp | 4258 SourceLocation ExprLoc = E->getBeginLoc(); in CastForMoving() local 4260 TargetType, ExprLoc); in CastForMoving() 4262 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving() 4263 SourceRange(ExprLoc, ExprLoc), in CastForMoving()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 701 SMLoc ExprLoc = L; in ParseDirectiveFalign() local 709 return Error(ExprLoc, "literal value out of range (256) for falign"); in ParseDirectiveFalign() 713 return Error(ExprLoc, "not a valid expression for falign directive"); in ParseDirectiveFalign() 1141 SMLoc ExprLoc = Lexer.getLoc(); in parseInstruction() local 1205 HexagonOperand::CreateImm(getContext(), Expr, ExprLoc, ExprLoc); in parseInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1653 SMLoc ExprLoc = getParser().getTok().getLoc(); in ParseDirectiveWord() local 1660 return Error(ExprLoc, "literal value out of range for '" + in ParseDirectiveWord() 1664 getStreamer().EmitValue(Value, Size, ExprLoc); in ParseDirectiveWord()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 2996 SMLoc ExprLoc = getLoc(); in tryParseBarrierOperand() local 3001 Error(ExprLoc, "immediate value expected for barrier operand"); in tryParseBarrierOperand() 3005 Error(ExprLoc, "barrier operand out of range"); in tryParseBarrierOperand() 3010 MCE->getValue(), DB ? DB->Name : "", ExprLoc, getContext())); in tryParseBarrierOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4304 SMLoc ExprLoc = Parser.getTok().getLoc(); in parseSwizzleOperands() local 4309 Error(ExprLoc, ErrMsg); in parseSwizzleOperands()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 7121 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveCPSetup() local 7125 reportParseError(ExprLoc, "expected save register or stack offset"); in parseDirectiveCPSetup()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 8024 static bool determineEndOffset(EvalInfo &Info, SourceLocation ExprLoc, in determineEndOffset() argument 8032 return HandleSizeof(Info, ExprLoc, Ty, Result); in determineEndOffset()
|