Home
last modified time | relevance | path

Searched refs:CallLoc (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h39 LineLocation CallLoc = {0, 0})
41 CallSiteLoc(CallLoc){}; in ParentContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1477 void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
1499 SourceLocation CallLoc, in checkAVXParamFeature() argument
1507 return Diag.Report(CallLoc, diag::warn_avx_calling_convention) in checkAVXParamFeature()
1512 return Diag.Report(CallLoc, diag::err_avx_calling_convention) in checkAVXParamFeature()
1521 SourceLocation CallLoc, in checkAVX512ParamFeature() argument
1531 return Diag.Report(CallLoc, diag::err_avx_calling_convention) in checkAVX512ParamFeature()
1534 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, in checkAVX512ParamFeature()
1539 SourceLocation CallLoc, in checkAVXParam() argument
1545 return checkAVX512ParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, in checkAVXParam()
1556 CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, in checkFunctionCallABI() argument
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp921 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch() local
923 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch()
926 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch()
933 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h89 virtual void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc, in checkFunctionCallABI() argument
H A DCGExprCXX.cpp342 SourceLocation CallLoc; in EmitCXXMemberOrOperatorMemberCallExpr() local
345 CallLoc = CE->getExprLoc(); in EmitCXXMemberOrOperatorMemberCallExpr()
356 EmitTypeCheck(CodeGenFunction::TCK_MemberCall, CallLoc, in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1401 LineLocation CallLoc = {0, 0})
1402 : FuncName(FName), FuncSamples(FSamples), CallSiteLoc(CallLoc){};
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6146 if (InstantiateDefaultArgument(CallLoc, FD, Param)) in CheckCXXDefaultArgExpr()
6182 runWithSufficientStackSpace(CallLoc, [&] { in CheckCXXDefaultArgExpr()
6294 CallLoc, Param, CurContext}; in BuildCXXDefaultArgExpr()
6297 runWithSufficientStackSpace(CallLoc, [&] { in BuildCXXDefaultArgExpr()
6312 CallLoc, FD, Param, Init, in BuildCXXDefaultArgExpr()
6740 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
6792 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() argument
6824 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
6838 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
7109 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
[all …]
H A DSemaCoroutine.cpp987 SourceLocation CallLoc = Awaiter->getExprLoc(); in BuildResolvedCoawaitExpr() local
991 buildCoawaitCalls(*this, Coroutine->CoroutinePromise, CallLoc, Awaiter); in BuildResolvedCoawaitExpr()
H A DSemaChecking.cpp13327 SourceLocation CallLoc, in isArgumentExpandedFromMacro() argument
13329 if (!CallLoc.isMacroID()) in isArgumentExpandedFromMacro()
13330 return SM.getFileID(CallLoc) != SM.getFileID(ArgLoc); in isArgumentExpandedFromMacro()
13332 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) != in isArgumentExpandedFromMacro()
13353 SourceLocation CallLoc = Call->getRParenLoc(); in CheckMemaccessSize() local
13356 !isArgumentExpandedFromMacro(SM, CallLoc, SizeArg->getExprLoc())) { in CheckMemaccessSize()
13363 (CallLoc.isMacroID() && Lexer::getImmediateMacroName( in CheckMemaccessSize()
13364 CallLoc, SM, S.getLangOpts()) == "bzero")) { in CheckMemaccessSize()
H A DSemaTemplateInstantiateDecl.cpp4638 bool Sema::InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD, in InstantiateDefaultArgument() argument
4663 if (SubstDefaultArgument(CallLoc, Param, TemplateArgs, /*ForCallExpr*/ true)) in InstantiateDefaultArgument()
H A DSemaOverload.cpp7086 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument
7135 ExprResult R = S.BuildCXXDefaultArgExpr(CallLoc, Function, P); in convertArgsForAvailabilityChecks()
7148 SourceLocation CallLoc, in CheckEnableIf() argument
7160 *this, Function, /*ThisArg=*/nullptr, CallLoc, Args, Trap, in CheckEnableIf()
H A DSemaDeclCXX.cpp182 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() argument
190 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3219 SourceLocation CallLoc = CP->callEnter.asLocation(); in getFirstStackedCallToHeaderFile() local
3222 if (CallLoc.isMacroID()) in getFirstStackedCallToHeaderFile()
3225 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) && in getFirstStackedCallToHeaderFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3613 SourceLocation CallLoc = {}) { in CheckArraySize() argument
5627 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction()
5636 Info.CCEDiag(CallLoc, diag::note_constexpr_virtual_call); in CheckConstexprFunction()
5639 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction()
5665 Info.FFDiag(CallLoc, diag::note_constexpr_invalid_inhctor, 1) in CheckConstexprFunction()
5672 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction()
6255 static bool HandleFunctionCall(SourceLocation CallLoc, in HandleFunctionCall() argument
6260 if (!Info.CheckCallLimit(CallLoc)) in HandleFunctionCall()
6314 SourceLocation CallLoc = E->getExprLoc(); in HandleConstructorCall() local
6315 if (!Info.CheckCallLimit(CallLoc)) in HandleConstructorCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6850 LocTy CallLoc = Lex.getLoc(); in parseInvoke() local
6915 return error(CallLoc, "not enough parameters specified for call"); in parseInvoke()
7148 LocTy CallLoc = Lex.getLoc(); in parseCallBr() local
7228 return error(CallLoc, "not enough parameters specified for call"); in parseCallBr()
7564 LocTy CallLoc = Lex.getLoc(); in parseCall() local
7623 return error(CallLoc, "not enough parameters specified for call"); in parseCall()
7636 return error(CallLoc, "fast-math-flags specified for call without " in parseCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4172 EnableIfAttr *CheckEnableIf(FunctionDecl *Function, SourceLocation CallLoc,
5998 void CheckStaticArrayArgument(SourceLocation CallLoc,
6410 bool CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD,
6416 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD,
6464 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
10429 bool InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD,
12728 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,