| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 382 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 …]
|
| HD | MallocSizeofChecker.cpp | 231 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody() 237 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(), in checkASTCodeBody()
|
| HD | VirtualCallChecker.cpp | 66 if (const MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | BuildLibCalls.cpp | 842 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 …]
|
| HD | EscapeEnumerator.cpp | 72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | CallSite.h | 106 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;
|
| HD | Instructions.h | 1497 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/ |
| HD | Frame.h | 39 virtual const FunctionDecl *getCallee() const = 0;
|
| HD | InterpFrame.cpp | 113 const FunctionDecl *F = getCallee(); in describe() 151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
|
| HD | InterpFrame.h | 57 const FunctionDecl *getCallee() const;
|
| HD | State.cpp | 145 if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(F->getCallee())) { in addCallStack()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86WinEHState.cpp | 300 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/ |
| HD | MainCallChecker.cpp | 20 const Expr *Callee = CE->getCallee(); in checkPreStmt()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransGCCalls.cpp | 45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | DataFlowSanitizer.cpp | 688 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/ |
| HD | CallEvent.cpp | 667 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()
|
| HD | CheckerContext.cpp | 22 const Expr *Callee = CE->getCallee(); in getCalleeDecl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | AnyCall.h | 68 K = (CE->getCallee()->getType()->getAs<BlockPointerType>()) ? Block in AnyCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | CrossDSOCFI.cpp | 108 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | PreISelIntrinsicLowering.cpp | 82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
|
| HD | WasmEHPrepare.cpp | 253 if (Function *F = dyn_cast<Function>(CallPersonalityF.getCallee())) in prepareEHPads()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| HD | OMPIRBuilder.cpp | 475 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/ |
| HD | CallGraph.cpp | 60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountDiagnostics.cpp | 205 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/ |
| HD | CGDeclCXX.cpp | 254 dtor.getCallee()->stripPointerCastsAndAliases())) in createAtExitStub() 279 if (llvm::Function *atexitFn = dyn_cast<llvm::Function>(atexit.getCallee())) in registerGlobalDtorWithAtExit()
|