Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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()
/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp66 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
126 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
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()
DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
DMacOSKeychainAPIChecker.cpp274 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
444 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DUnixAPIChecker.cpp352 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DPointerArithChecker.cpp223 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DBasicObjCFoundationChecks.cpp431 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
548 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DStreamChecker.cpp109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
DMallocChecker.cpp752 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
1205 const FunctionDecl *FD = C.getCalleeDecl(CE); in getAllocationFamily()
1208 FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getAllocationFamily()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp421 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) in isPassedToCFRetain()
434 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) { in isPassedToCParamWithKnownOwnership()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc131 if (VarDecl *V = dyn_cast<VarDecl>(E->getCalleeDecl())) in VisitCallExpr()
336 if (VarDecl *V = dyn_cast<VarDecl>(Call->getCalleeDecl())) { in VisitCallExpr()
344 if (FunctionDecl *F = dyn_cast<FunctionDecl>(Call->getCalleeDecl())) { in VisitCallExpr()
885 } else if (Call->getCalleeDecl()) { in VisitCallExpr()
886 NamedDecl *Decl = dyn_cast<NamedDecl>(Call->getCalleeDecl()); in VisitCallExpr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp986 else if (CE->getCalleeDecl()) in canThrow()
987 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
DAnalysisBasedWarnings.cpp175 if (!CE || !CE->getCalleeDecl() || in hasRecursiveCallInPath()
176 CE->getCalleeDecl()->getCanonicalDecl() != FD) in hasRecursiveCallInPath()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
/external/v8/tools/clang/base_bind_rewriters/
DBaseBindRewriters.cpp446 auto* callee = p->getCalleeDecl(); in run()
/external/clang/lib/Analysis/
DReachableCode.cpp184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl()); in isConfigurationValue()
DUninitializedValues.cpp707 if (Decl *Callee = ce->getCalleeDecl()) { in VisitCallExpr()
DThreadSafety.cpp1410 NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset()
1966 NamedDecl *D = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in VisitCallExpr()
/external/clang/lib/AST/
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()
DExprCXX.cpp668 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind()
690 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
/external/clang/include/clang/AST/
DExpr.h2192 Decl *getCalleeDecl();
2193 const Decl *getCalleeDecl() const { in getCalleeDecl() function
2194 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()
/external/clang/lib/CodeGen/
DCGClass.cpp1258 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1272 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
DCGCall.cpp1637 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in ConstructAttributeList()
4012 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
4113 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()

12