| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers_cxx.cpp | 168 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch() local 171 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch() 174 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch() 181 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleContextTracker.h | 41 LineLocation CallLoc = {0, 0}) 43 CallSiteLoc(CallLoc){}; in ParentContext()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers.cc | 549 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch() local 552 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch() 555 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch() 562 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cc | 539 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch() local 542 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch() 545 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch() 552 Diag(CallLoc, DL_Error, ET, in handleFunctionTypeMismatch()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 69 virtual void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc, in checkFunctionCallABI() argument
|
| H A D | CGExprCXX.cpp | 334 SourceLocation CallLoc; in EmitCXXMemberOrOperatorMemberCallExpr() local 337 CallLoc = CE->getExprLoc(); in EmitCXXMemberOrOperatorMemberCallExpr() 348 EmitTypeCheck(CodeGenFunction::TCK_MemberCall, CallLoc, in EmitCXXMemberOrOperatorMemberCallExpr()
|
| H A D | TargetInfo.cpp | 2503 void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc, 2524 SourceLocation CallLoc, in checkAVXParamFeature() argument 2532 return Diag.Report(CallLoc, diag::warn_avx_calling_convention) in checkAVXParamFeature() 2537 return Diag.Report(CallLoc, diag::err_avx_calling_convention) in checkAVXParamFeature() 2546 SourceLocation CallLoc, in checkAVXParam() argument 2552 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, in checkAVXParam() 2556 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "avx", in checkAVXParam() 2563 CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, in checkFunctionCallABI() argument 2588 if (checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap, in checkFunctionCallABI() 2600 checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap, in checkFunctionCallABI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 550 SourceLocation CallLoc; member in __anondef1c1650111::CallStackFrame 584 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, 633 SourceLocation getCallLocation() const override { return CallLoc; } in getCallLocation() 1437 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, in CallStackFrame() argument 1441 Arguments(Call), CallLoc(CallLoc), Index(Info.NextCallIndex++) { in CallStackFrame() 5439 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, in CheckConstexprFunction() argument 5453 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction() 5462 Info.CCEDiag(CallLoc, diag::note_constexpr_virtual_call); in CheckConstexprFunction() 5465 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction() 5489 Info.FFDiag(CallLoc, diag::note_constexpr_invalid_inhctor, 1) in CheckConstexprFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6542 LocTy CallLoc = Lex.getLoc(); in parseInvoke() local 6616 return error(CallLoc, "not enough parameters specified for call"); in parseInvoke() 6619 return error(CallLoc, "invoke instructions may not have an alignment"); in parseInvoke() 6852 LocTy CallLoc = Lex.getLoc(); in parseCallBr() local 6942 return error(CallLoc, "not enough parameters specified for call"); in parseCallBr() 6945 return error(CallLoc, "callbr instructions may not have an alignment"); in parseCallBr() 7281 LocTy CallLoc = Lex.getLoc(); in parseCall() local 7349 return error(CallLoc, "not enough parameters specified for call"); in parseCall() 7352 return error(CallLoc, "call instructions may not have an alignment"); in parseCall() 7365 return error(CallLoc, "fast-math-flags specified for call without " in parseCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 906 SourceLocation CallLoc = E->getExprLoc(); in BuildResolvedCoawaitExpr() local 910 *this, Coroutine->CoroutinePromise, CallLoc, E); in BuildResolvedCoawaitExpr()
|
| H A D | SemaExpr.cpp | 5627 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, in CheckCXXDefaultArgExpr() argument 5634 Diag(CallLoc, diag::note_recursive_default_argument_used_here); in CheckCXXDefaultArgExpr() 5639 Diag(CallLoc, diag::err_use_of_default_argument_to_function_declared_later) in CheckCXXDefaultArgExpr() 5647 InstantiateDefaultArgument(CallLoc, FD, Param)) in CheckCXXDefaultArgExpr() 5681 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, in BuildCXXDefaultArgExpr() argument 5684 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param)) in BuildCXXDefaultArgExpr() 5686 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, CurContext); in BuildCXXDefaultArgExpr() 5895 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() argument 5952 ExprResult ArgExpr = BuildCXXDefaultArgExpr(CallLoc, FDecl, Param); in GatherArgumentsForCall() 5965 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4296 bool Sema::InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD, in InstantiateDefaultArgument() argument 4324 InstantiatingTemplate Inst(*this, CallLoc, Param, in InstantiateDefaultArgument() 4349 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
|
| H A D | SemaChecking.cpp | 9990 SourceLocation CallLoc, in isArgumentExpandedFromMacro() argument 9992 if (!CallLoc.isMacroID()) in isArgumentExpandedFromMacro() 9993 return SM.getFileID(CallLoc) != SM.getFileID(ArgLoc); in isArgumentExpandedFromMacro() 9995 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) != in isArgumentExpandedFromMacro() 10013 SourceLocation CallLoc = Call->getRParenLoc(); in CheckMemaccessSize() local 10016 !isArgumentExpandedFromMacro(SM, CallLoc, SizeArg->getExprLoc())) { in CheckMemaccessSize() 10023 (CallLoc.isMacroID() && Lexer::getImmediateMacroName( in CheckMemaccessSize() 10024 CallLoc, SM, S.getLangOpts()) == "bzero")) { in CheckMemaccessSize()
|
| H A D | SemaOverload.cpp | 6580 Sema &S, FunctionDecl *Function, Expr *ThisArg, SourceLocation CallLoc, in convertArgsForAvailabilityChecks() argument 6629 ExprResult R = S.BuildCXXDefaultArgExpr(CallLoc, Function, P); in convertArgsForAvailabilityChecks() 6642 SourceLocation CallLoc, in CheckEnableIf() argument 6654 *this, Function, /*ThisArg=*/nullptr, CallLoc, Args, Trap, in CheckEnableIf()
|
| H A D | SemaDeclCXX.cpp | 160 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() argument 168 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3181 SourceLocation CallLoc = CP->callEnter.asLocation(); in getFirstStackedCallToHeaderFile() local 3184 if (CallLoc.isMacroID()) in getFirstStackedCallToHeaderFile() 3187 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) && in getFirstStackedCallToHeaderFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3709 EnableIfAttr *CheckEnableIf(FunctionDecl *Function, SourceLocation CallLoc, 5371 void CheckStaticArrayArgument(SourceLocation CallLoc, 5764 bool CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, 5769 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc, 5818 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method); 9389 bool InstantiateDefaultArgument(SourceLocation CallLoc, FunctionDecl *FD, 11345 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
|