Searched refs:CallLoc (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp168 SourceLocation CallLoc = Data->Loc.acquire();
171 if (ignoreReport(CallLoc, Opts, ET))
174 ScopedReport R(Opts, CallLoc, ET);
181 Diag(CallLoc, DL_Error, ET,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h68 virtual void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc, argument
H A DCGExprCXX.cpp333 SourceLocation CallLoc; local
336 CallLoc = CE->getExprLoc();
347 EmitTypeCheck(CodeGenFunction::TCK_MemberCall, CallLoc,
H A DTargetInfo.cpp2482 void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
2503 SourceLocation CallLoc,
2511 return Diag.Report(CallLoc, diag::warn_avx_calling_convention)
2516 return Diag.Report(CallLoc, diag::err_avx_calling_convention)
2525 SourceLocation CallLoc,
2531 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
2535 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "avx",
2542 CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller,
2567 if (checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap,
2579 checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMa
2502 checkAVXParamFeature(DiagnosticsEngine &Diag, SourceLocation CallLoc, const llvm::StringMap<bool> &CallerMap, const llvm::StringMap<bool> &CalleeMap, QualType Ty, StringRef Feature, bool IsArgument) argument
2524 checkAVXParam(DiagnosticsEngine &Diag, ASTContext &Ctx, SourceLocation CallLoc, const llvm::StringMap<bool> &CallerMap, const llvm::StringMap<bool> &CalleeMap, QualType Ty, bool IsArgument) argument
2541 checkFunctionCallABI( CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, const FunctionDecl *Callee, const CallArgList &Args) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp520 /// CallLoc - The location of the call expression for this call.
521 SourceLocation CallLoc; member in class:__anon1579::CallStackFrame
551 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
597 SourceLocation getCallLocation() const override { return CallLoc; }
1379 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
1383 Arguments(Arguments), CallLoc(CallLoc), Index(Info.NextCallIndex++) {
5168 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc,
5182 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr);
5191 Info.CCEDiag(CallLoc, dia
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp865 SourceLocation CallLoc = E->getExprLoc(); local
869 buildCoawaitCalls(*this, Coroutine->CoroutinePromise, CallLoc, E);
H A DSemaExpr.cpp5557 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, argument
5564 Diag(CallLoc, diag::note_recursive_default_argument_used_here);
5569 Diag(CallLoc,
5578 InstantiateDefaultArgument(CallLoc, FD, Param))
5612 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
5615 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param))
5617 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, CurContext);
5826 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, argument
5882 ExprResult ArgExpr = BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
5895 CheckStaticArrayArgument(CallLoc, Para
5947 CheckStaticArrayArgument(SourceLocation CallLoc, ParmVarDecl *Param, const Expr *ArgExpr) argument
6233 tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs( Sema &S, const UnresolvedMemberExpr *const UME, SourceLocation CallLoc) argument
[all...]
H A DSemaChecking.cpp9496 /// Check if the ArgLoc originated from a macro passed to the call at CallLoc.
9507 SourceLocation CallLoc,
9509 if (!CallLoc.isMacroID())
9510 return SM.getFileID(CallLoc) != SM.getFileID(ArgLoc);
9512 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) !=
9530 SourceLocation CallLoc = Call->getRParenLoc(); local
9533 !isArgumentExpandedFromMacro(SM, CallLoc, SizeArg->getExprLoc())) {
9540 (CallLoc.isMacroID() && Lexer::getImmediateMacroName(
9541 CallLoc, SM, S.getLangOpts()) == "bzero")) {
9506 isArgumentExpandedFromMacro(SourceManager &SM, SourceLocation CallLoc, SourceLocation ArgLoc) argument
H A DSemaTemplateInstantiateDecl.cpp4243 bool Sema::InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD, argument
4271 InstantiatingTemplate Inst(*this, CallLoc, Param,
4296 runWithSufficientStackSpace(CallLoc, [&] {
H A DSemaOverload.cpp6475 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc,
6524 ExprResult R = S.BuildCXXDefaultArgExpr(CallLoc, Function, P);
6537 SourceLocation CallLoc,
6549 *this, Function, /*ThisArg=*/nullptr, CallLoc, Args, Trap,
H A DSemaDeclCXX.cpp160 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
168 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6164 LocTy CallLoc = Lex.getLoc();
6238 return Error(CallLoc, "not enough parameters specified for call");
6241 return Error(CallLoc, "invoke instructions may not have an alignment");
6475 LocTy CallLoc = Lex.getLoc();
6565 return Error(CallLoc, "not enough parameters specified for call");
6568 return Error(CallLoc, "callbr instructions may not have an alignment");
6905 LocTy CallLoc = Lex.getLoc();
6973 return Error(CallLoc, "not enough parameters specified for call");
6976 return Error(CallLoc, "call instructions may not have an alignment");
6989 return Error(CallLoc, "fas
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3183 SourceLocation CallLoc = CP->callEnter.asLocation(); local
3186 if (CallLoc.isMacroID())
3189 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3435 EnableIfAttr *CheckEnableIf(FunctionDecl *Function, SourceLocation CallLoc,
5083 void CheckStaticArrayArgument(SourceLocation CallLoc,
5470 bool CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD,
5475 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
5524 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
9109 bool InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD,
11008 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,

Completed in 888 milliseconds