Searched refs:ExprLoc (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2500 SMLoc ExprLoc = Lexer.getLoc(); local
2506 return Error(ExprLoc, "expression must be relocatable");
2526 SMLoc ExprLoc = getLexer().getLoc(); local
2535 return Error(ExprLoc, "literal value out of range for directive");
2538 getStreamer().EmitValue(Value, Size, ExprLoc);
2567 SMLoc ExprLoc = getLexer().getLoc();
2580 return Error(ExprLoc, "literal value out of range for directive");
2707 SMLoc SizeLoc, ExprLoc; local
2722 ExprLoc = getLexer().getLoc();
2743 Warning(ExprLoc, "'
3679 SMLoc ExprLoc = getLexer().getLoc(); local
4626 SMLoc ExprLoc = getLexer().getLoc(); local
4642 SMLoc ExprLoc = getLexer().getLoc(); local
[all...]
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp933 SMLoc ExprLoc = L; local
941 return Error(ExprLoc, "literal value out of range (256) for falign");
945 return Error(ExprLoc, "not a valid expression for falign directive");
961 SMLoc ExprLoc = L; local
970 return Error(ExprLoc, "literal value out of range for directive");
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1732 SMLoc ExprLoc = getLexer().getLoc(); local
1740 return Error(ExprLoc, "literal value out of range for directive");
1743 getStreamer().EmitValue(Value, Size, ExprLoc);
/external/clang/lib/Sema/
H A DSemaExpr.cpp13004 VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind,
13055 ExprLoc,
13085 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
13090 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC);
13097 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this))
13170 auto ExprLoc = Size->getExprLoc(); local
13174 Context, CapRecord, ExprLoc, ExprLoc,
13183 CSI->addVLATypeCapture(ExprLoc, SizeType);
13249 Diag(ExprLoc, dia
13003 tryCaptureVariable( VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
[all...]
H A DSemaStmt.cpp198 SourceLocation ExprLoc = E->IgnoreParenImpCasts()->getExprLoc();
205 SourceMgr.isMacroBodyExpansion(ExprLoc) ||
206 SourceMgr.isInSystemMacro(ExprLoc);
H A DSemaExprCXX.cpp6365 SourceLocation ExprLoc = VarExpr->getExprLoc(); local
6366 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
6372 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
H A DSemaDeclCXX.cpp3325 SourceLocation ExprLoc = E->getLocStart(); local
3327 TargetType, ExprLoc);
3329 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
3330 SourceRange(ExprLoc, ExprLoc),
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2753 SMLoc ExprLoc = getLoc(); local
2758 Error(ExprLoc, "immediate value expected for barrier operand");
2762 Error(ExprLoc, "barrier operand out of range");
2770 ExprLoc, getContext()));
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2879 SMLoc ExprLoc = getLexer().getLoc(); local
2887 return Error(ExprLoc, "literal value out of range for directive");
2890 getStreamer().EmitValue(Value, Size, ExprLoc);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5400 SMLoc ExprLoc = getLexer().getLoc(); local
5404 reportParseError(ExprLoc, "expected save register or stack offset");

Completed in 3965 milliseconds