Home
last modified time | relevance | path

Searched refs:getCallee (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckSecuritySyntaxOnly.cpp382 CELoc, CE->getCallee()->getSourceRange()); in checkCall_bcmp()
425 CELoc, CE->getCallee()->getSourceRange()); in checkCall_bcopy()
465 CELoc, CE->getCallee()->getSourceRange()); in checkCall_bzero()
504 CELoc, CE->getCallee()->getSourceRange()); in checkCall_gets()
544 CELoc, CE->getCallee()->getSourceRange()); in checkCall_getpw()
586 CELoc, CE->getCallee()->getSourceRange()); in checkCall_mktemp()
707 CELoc, CE->getCallee()->getSourceRange()); in checkCall_strcpy()
735 CELoc, CE->getCallee()->getSourceRange()); in checkCall_strcat()
818 CE->getCallee()->getSourceRange()); in checkDeprecatedOrUnsafeBufferHandling()
891 CE->getCallee()->getSourceRange()); in checkCall_rand()
[all …]
HDMallocSizeofChecker.cpp231 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody()
237 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
HDVirtualCallChecker.cpp66 if (const MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in REGISTER_MAP_WITH_PROGRAMSTATE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp842 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall()
924 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk()
1059 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper()
1101 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper()
1147 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar()
1164 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
1185 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC()
1205 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutCUnlocked()
1224 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS()
1243 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutSUnlocked()
[all …]
HDEscapeEnumerator.cpp72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDCallSite.h106 return *getCallee(); in getCalledValue()
135 *getCallee() = V; in setCalledFunction()
155 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee()
667 IterTy getCallee() const { in getCallee() function
693 User::op_iterator getCallee() const;
HDInstructions.h1497 return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
1505 return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
1512 return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
1518 return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
1524 return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
1531 return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
3756 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3765 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3772 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3780 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDFrame.h39 virtual const FunctionDecl *getCallee() const = 0;
HDInterpFrame.cpp113 const FunctionDecl *F = getCallee(); in describe()
151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
HDInterpFrame.h57 const FunctionDecl *getCallee() const;
HDState.cpp145 if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(F->getCallee())) { in addCallStack()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86WinEHState.cpp300 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
356 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
471 OptionalArgs.push_back(CxxLongjmpUnwind.getCallee()); in rewriteSetJmpCallSite()
475 OptionalArgs.push_back(SehLongjmpUnwind.getCallee()); in rewriteSetJmpCallSite()
766 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
HDMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransGCCalls.cpp45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp688 Function *F = dyn_cast<Function>(C.getCallee()); in getOrBuildTrampolineFunction()
713 return cast<Constant>(C.getCallee()); in getOrBuildTrampolineFunction()
790 &i != DFSanUnionFn.getCallee()->stripPointerCasts() && in runOnModule()
791 &i != DFSanCheckedUnionFn.getCallee()->stripPointerCasts() && in runOnModule()
792 &i != DFSanUnionLoadFn.getCallee()->stripPointerCasts() && in runOnModule()
793 &i != DFSanUnimplementedFn.getCallee()->stripPointerCasts() && in runOnModule()
794 &i != DFSanSetLabelFn.getCallee()->stripPointerCasts() && in runOnModule()
795 &i != DFSanNonzeroLabelFn.getCallee()->stripPointerCasts() && in runOnModule()
796 &i != DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in runOnModule()
1548 if (F == DFSF.DFS.DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in visitCallSite()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp667 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
679 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
837 if (const auto *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee())) in getRuntimeDefinition()
849 const Expr *Callee = getOriginExpr()->getCallee(); in getBlockRegion()
1373 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
HDCheckerContext.cpp22 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnyCall.h68 K = (CE->getCallee()->getType()->getAs<BlockPointerType>()) ? Block in AnyCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDCrossDSOCFI.cpp108 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPreISelIntrinsicLowering.cpp82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
HDWasmEHPrepare.cpp253 if (Function *F = dyn_cast<Function>(CallPersonalityF.getCallee())) in prepareEHPads()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp475 if (CI && CI->getCalledFunction() == TIDRTLFn.getCallee()) { in CreateParallel()
550 if (auto *F = dyn_cast<llvm::Function>(RTLFn.getCallee())) { in CreateParallel()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCallGraph.cpp60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.cpp205 if (auto Out = findMetaClassAlloc(CE->getCallee())) in findAllocatedObjectName()
219 SVal X = CurrSt->getSValAsScalarOrLoc(CE->getCallee(), LCtx); in generateDiagnosticsForCallLike()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDeclCXX.cpp254 dtor.getCallee()->stripPointerCastsAndAliases())) in createAtExitStub()
279 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit.getCallee())) in registerGlobalDtorWithAtExit()

1234