Home
last modified time | relevance | path

Searched refs:getDirectCallee (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp147 << 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 DSemaPPC.cpp406 << 3 /* argument index */ << TheCall->getDirectCallee() in BuiltinVSX()
418 << TheCall->getDirectCallee() << /*isMorethantwoArgs*/ false in BuiltinVSX()
426 << TheCall->getDirectCallee() << /*isMorethantwoArgs*/ false in BuiltinVSX()
H A DCheckExprLifetime.cpp361 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 DSemaHLSL.cpp921 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs()
930 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs()
942 << TheCall->getDirectCallee() << /*useAllTerminology*/ true in CheckVectorElementCallArgs()
H A DSemaCoroutine.cpp405 S.Diag(AwaitReady->getDirectCallee()->getBeginLoc(), in buildCoawaitCalls()
408 << AwaitReady->getDirectCallee() << E->getSourceRange(); in buildCoawaitCalls()
449 << AwaitSuspend->getDirectCallee(); in buildCoawaitCalls()
H A DSemaCUDA.cpp691 InitFn = CE->getDirectCallee(); in checkAllowedInitializer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp147 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 DUncountedCallArgsChecker.cpp77 if (auto *F = CE->getDirectCallee()) { in visitCallExpr()
149 const auto *Callee = CE->getDirectCallee(); in shouldSkipCall()
166 auto *callee = MemberOp->getDirectCallee(); in shouldSkipCall()
H A DASTUtils.cpp82 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp390 auto *Callee = CE->getDirectCallee(); in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp56 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()
214 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
H A DMallocSizeofChecker.cpp93 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()
225 const FunctionDecl *Callee = CallRec.AllocCall->getDirectCallee(); in checkASTCodeBody()
H A DNoOwnershipChangeVisitor.cpp66 if (const FunctionDecl *FD = CE->getDirectCallee()) in getFunctionName()
H A DObjCContainersASTChecker.cpp85 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
H A DStdVariantChecker.cpp241 const FunctionDecl *FD = CE->getDirectCallee(); in handleStdGetCall()
H A DMallocOverflowSecurityChecker.cpp311 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp573 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 DCheckerContext.cpp23 const FunctionDecl *D = CE->getDirectCallee(); in getCalleeDecl()
H A DCallEvent.cpp685 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 DStmtDataCollectors.td45 if (const FunctionDecl *D = S->getDirectCallee()) {
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp135 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
H A DTransforms.cpp88 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1097 const FunctionDecl *Function = Call->getDirectCallee(); in shouldBeCalledOnce()
1175 const FunctionDecl *Function = Call->getDirectCallee(); in shouldBlockArgumentBeCalledOnce()
H A DThreadSafetyCommon.cpp424 if (const FunctionDecl *FD = CE->getDirectCallee()) { in translateCallExpr()
428 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()
H A DUninitializedValues.cpp424 if (FunctionDecl *FD = CE->getDirectCallee()) { in hasTrivialBody()

12