Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h267 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
274 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
283 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp65 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
125 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.cpp282 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
452 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DUnixAPIChecker.cpp352 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DStreamChecker.cpp109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
DBasicObjCFoundationChecks.cpp432 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
549 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DMallocChecker.cpp742 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
1197 const FunctionDecl *FD = C.getCalleeDecl(CE); in getAllocationFamily()
1200 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/clang/include/clang/CodeGen/
DCGFunctionInfo.h532 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp980 else if (CE->getCalleeDecl()) in canThrow()
981 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
DAnalysisBasedWarnings.cpp175 if (!CE || !CE->getCalleeDecl() || in hasRecursiveCallInPath()
176 CE->getCalleeDecl()->getCanonicalDecl() != FD) in hasRecursiveCallInPath()
DSemaStmt.cpp251 if (const Decl *FD = CE->getCalleeDecl()) { in DiagnoseUnusedExprResult()
1886 FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in NoteForRangeBeginEndFunction()
/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.cpp1197 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
1222 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); in getDirectCallee()
2203 if (const Decl *FD = CE->getCalleeDecl()) { in isUnusedResultAWarning()
3025 const Decl *FD = cast<CallExpr>(this)->getCalleeDecl(); in HasSideEffects()
3228 = dyn_cast_or_null<const CXXMethodDecl>(E->getCalleeDecl())) { in VisitCallExpr()
DExprCXX.cpp739 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind()
761 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
/external/clang/lib/CodeGen/
DCGClass.cpp1261 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1275 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
DCGCall.cpp1453 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in ConstructAttributeList()
3583 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
3659 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
DCGStmt.cpp1542 const Decl *TargetDecl = Call->getCalleeDecl(); in EmitSwitchStmt()
/external/clang/include/clang/AST/
DExpr.h2229 Decl *getCalleeDecl();
2230 const Decl *getCalleeDecl() const { in getCalleeDecl() function
2231 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h711 return matchesDecl(Node.getCalleeDecl(), Finder, Builder); in matchesSpecialized()

12