Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h241 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
248 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
257 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.cpp284 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
446 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DUnixAPIChecker.cpp328 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DStreamChecker.cpp109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
DBasicObjCFoundationChecks.cpp433 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
549 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DMallocChecker.cpp669 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
970 const FunctionDecl *FD = C.getCalleeDecl(CE); in getAllocationFamily()
973 FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getAllocationFamily()
DCStringChecker.cpp1872 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall()
DRetainCountChecker.cpp3211 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
DExprEngine.cpp954 const Decl *Callee = OCE->getCalleeDecl(); in Visit()
/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/lib/Sema/
DSemaExceptionSpec.cpp912 else if (CE->getCalleeDecl()) in canThrow()
913 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
DAnalysisBasedWarnings.cpp198 if (CE && CE->getCalleeDecl() && in checkForFunctionCall()
199 CE->getCalleeDecl()->getCanonicalDecl() == FD) { in checkForFunctionCall()
DSemaStmt.cpp231 if (const Decl *FD = CE->getCalleeDecl()) { in DiagnoseUnusedExprResult()
1845 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.cpp648 if (Decl *Callee = ce->getCalleeDecl()) { in VisitCallExpr()
DThreadSafety.cpp1757 NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset()
2195 NamedDecl *D = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in VisitCallExpr()
/external/clang/lib/AST/
DExprCXX.cpp746 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind()
768 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
DExpr.cpp1149 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
1174 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); in getDirectCallee()
2113 if (const Decl *FD = CE->getCalleeDecl()) { in isUnusedResultAWarning()
3055 = dyn_cast_or_null<CXXMethodDecl>(E->getCalleeDecl())) { in VisitCallExpr()
/external/clang/lib/CodeGen/
DCGClass.cpp1038 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1054 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
/external/clang/include/clang/AST/
DExpr.h2189 Decl *getCalleeDecl();
2190 const Decl *getCalleeDecl() const { in getCalleeDecl() function
2191 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h605 return matchesDecl(Node.getCalleeDecl(), Finder, Builder); in matchesSpecialized()

12