Home
last modified time | relevance | path

Searched refs:getCalleeDecl (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h271 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
287 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp66 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
126 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
H A DGenericTaintChecker.cpp295 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre()
372 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost()
409 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre()
612 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum()
H A DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
H A DMacOSKeychainAPIChecker.cpp274 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
444 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
H A DUnixAPIChecker.cpp352 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
H A DPointerArithChecker.cpp223 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
H A DBasicObjCFoundationChecks.cpp431 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
548 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
H A DStreamChecker.cpp109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp421 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) in isPassedToCFRetain()
434 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) { in isPassedToCParamWithKnownOwnership()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnyCall.h71 D = CE->getCalleeDecl(); in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DAnyCall.h71 D = CE->getCalleeDecl(); in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnyCall.h71 D = CE->getCalleeDecl(); in AnyCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnyCall.h71 D = CE->getCalleeDecl(); in AnyCall()
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Db_frontend_action.cc227 if (VarDecl *V = dyn_cast_or_null<VarDecl>(E->getCalleeDecl())) in VisitCallExpr()
439 Decl *decl = Call->getCalleeDecl(); in VisitCallExpr()
1182 } else if (Call->getCalleeDecl()) { in VisitCallExpr()
1183 NamedDecl *Decl = dyn_cast<NamedDecl>(Call->getCalleeDecl()); in VisitCallExpr()
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_check_ast.cpp44 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl()); in WarnOnSetElementAt()
Dslang_rs_foreach_lowering.cpp97 const clang::Decl* D = CE->getCalleeDecl(); in matchKernelLaunchCall()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp986 else if (CE->getCalleeDecl()) in canThrow()
987 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp1185 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
1210 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); in getDirectCallee()
2050 if (const Decl *FD = CE->getCalleeDecl()) { in isUnusedResultAWarning()
2872 const Decl *FD = cast<CallExpr>(this)->getCalleeDecl(); in HasSideEffects()
3087 = dyn_cast_or_null<const CXXMethodDecl>(E->getCalleeDecl())) { in VisitCallExpr()
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function

123