/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 147 << 1 << Call->getDirectCallee() in checkSubgroupExt() 165 << TheCall->getDirectCallee() << "'ndrange_t'"; in checkBuiltinNDRangeAndBlock() 172 << TheCall->getDirectCallee() << "block"; in checkBuiltinNDRangeAndBlock() 185 << TheCall->getDirectCallee() << "block"; in checkBuiltinKernelWorkGroupSize() 258 << TheCall->getDirectCallee() << getASTContext().OCLQueueTy; in checkBuiltinEnqueueKernel() 266 << TheCall->getDirectCallee() << "'kernel_enqueue_flags_t' (i.e. uint)"; in checkBuiltinEnqueueKernel() 274 << TheCall->getDirectCallee() << "'ndrange_t'"; in checkBuiltinEnqueueKernel() 284 << TheCall->getDirectCallee() << "block"; in checkBuiltinEnqueueKernel() 307 << TheCall->getDirectCallee() << "block"; in checkBuiltinEnqueueKernel() 317 << TheCall->getDirectCallee() << "integer"; in checkBuiltinEnqueueKernel() [all …]
|
H A D | SemaPPC.cpp | 406 << 3 /* argument index */ << TheCall->getDirectCallee() in BuiltinVSX() 418 << TheCall->getDirectCallee() << /*isMorethantwoArgs*/ false in BuiltinVSX() 426 << TheCall->getDirectCallee() << /*isMorethantwoArgs*/ false in BuiltinVSX()
|
H A D | CheckExprLifetime.cpp | 361 const auto *MD = cast_or_null<CXXMethodDecl>(MCE->getDirectCallee()); in handleGslAnnotatedTypes() 367 FunctionDecl *Callee = OCE->getDirectCallee(); in handleGslAnnotatedTypes() 374 FunctionDecl *Callee = CE->getDirectCallee(); in handleGslAnnotatedTypes() 432 Callee = CE->getDirectCallee(); in visitLifetimeBoundArguments()
|
H A D | SemaHLSL.cpp | 921 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs() 930 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs() 942 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs()
|
H A D | SemaCoroutine.cpp | 405 S.Diag(AwaitReady->getDirectCallee()->getBeginLoc(), in buildCoawaitCalls() 408 << AwaitReady->getDirectCallee() << E->getSourceRange(); in buildCoawaitCalls() 449 << AwaitSuspend->getDirectCallee(); in buildCoawaitCalls()
|
H A D | SemaCUDA.cpp | 691 InitFn = CE->getDirectCallee(); in checkAllowedInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 147 E->getDirectCallee()->getType()->getAs<FunctionProtoType>(), in EmitDevicePrintfCallExpr() 148 E->arguments(), E->getDirectCallee(), in EmitDevicePrintfCallExpr() 191 E->getDirectCallee()->getType()->getAs<FunctionProtoType>(), in EmitAMDGPUDevicePrintfCallExpr() 192 E->arguments(), E->getDirectCallee(), in EmitAMDGPUDevicePrintfCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 77 if (auto *F = CE->getDirectCallee()) { in visitCallExpr() 149 const auto *Callee = CE->getDirectCallee(); in shouldSkipCall() 166 auto *callee = MemberOp->getDirectCallee(); in shouldSkipCall()
|
H A D | ASTUtils.cpp | 82 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin()
|
H A D | PtrTypesSemantics.cpp | 390 auto *Callee = CE->getDirectCallee(); in VisitCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringSyntaxChecker.cpp | 56 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen() 214 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
|
H A D | MallocSizeofChecker.cpp | 93 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr() 225 const FunctionDecl *Callee = CallRec.AllocCall->getDirectCallee(); in checkASTCodeBody()
|
H A D | NoOwnershipChangeVisitor.cpp | 66 if (const FunctionDecl *FD = CE->getDirectCallee()) in getFunctionName()
|
H A D | ObjCContainersASTChecker.cpp | 85 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
|
H A D | StdVariantChecker.cpp | 241 const FunctionDecl *FD = CE->getDirectCallee(); in handleStdGetCall()
|
H A D | MallocOverflowSecurityChecker.cpp | 311 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 573 dyn_cast_or_null<CXXMethodDecl>(S->getDirectCallee()); in VisitCXXOperatorCallExpr() 638 } else if (S->getDirectCallee() != nullptr && in VisitCallExpr() 639 S->getDirectCallee()->getBuiltinID() == in VisitCallExpr() 647 } else if (const FunctionDecl *F = S->getDirectCallee()) { in VisitCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 23 const FunctionDecl *D = CE->getDirectCallee(); in getCalleeDecl()
|
H A D | CallEvent.cpp | 685 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl() 697 const FunctionDecl *D = CE->getDirectCallee(); in getDecl() 1410 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtDataCollectors.td | 45 if (const FunctionDecl *D = S->getDirectCallee()) {
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnbridgedCasts.cpp | 135 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
|
H A D | Transforms.cpp | 88 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1097 const FunctionDecl *Function = Call->getDirectCallee(); in shouldBeCalledOnce() 1175 const FunctionDecl *Function = Call->getDirectCallee(); in shouldBlockArgumentBeCalledOnce()
|
H A D | ThreadSafetyCommon.cpp | 424 if (const FunctionDecl *FD = CE->getDirectCallee()) { in translateCallExpr() 428 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()
|
H A D | UninitializedValues.cpp | 424 if (FunctionDecl *FD = CE->getDirectCallee()) { in hasTrivialBody()
|