Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h240 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
247 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier()
256 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()
DBuiltinFunctionChecker.cpp35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
DGenericTaintChecker.cpp296 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre()
373 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost()
410 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre()
613 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum()
DMacOSKeychainAPIChecker.cpp283 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
445 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
DBasicObjCFoundationChecks.cpp283 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
397 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DUnixAPIChecker.cpp333 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
DStreamChecker.cpp107 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
DMallocChecker.cpp456 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
1247 if (isFreeFunction(C.getCalleeDecl(CE), C.getASTContext())) in checkPreStmt()
DCStringChecker.cpp1760 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall()
DRetainCountChecker.cpp3106 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.cpp810 const Decl *Callee = OCE->getCalleeDecl(); in Visit()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp413 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) in isPassedToCFRetain()
426 FD = dyn_cast_or_null<FunctionDecl>(callE->getCalleeDecl())) { in isPassedToCParamWithKnownOwnership()
/external/clang/lib/Analysis/
DUninitializedValues.cpp633 if (Decl *Callee = ce->getCalleeDecl()) { in VisitCallExpr()
DThreadSafety.cpp1685 NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in getEdgeLockset()
2105 NamedDecl *D = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl()); in VisitCallExpr()
/external/clang/lib/AST/
DExprCXX.cpp674 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind()
696 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
DExpr.cpp1094 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
1119 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl()); in getDirectCallee()
2033 if (const Decl *FD = CE->getCalleeDecl()) { in isUnusedResultAWarning()
2955 = dyn_cast_or_null<CXXMethodDecl>(E->getCalleeDecl())) { in VisitCallExpr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp931 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
DSemaStmt.cpp204 if (const Decl *FD = CE->getCalleeDecl()) { in DiagnoseUnusedExprResult()
1639 FunctionDecl *D = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in NoteForRangeBeginEndFunction()
DSemaChecking.cpp1784 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(CE->getCalleeDecl())) { in checkFormatStringExpr()
6134 FunctionDecl *Fn = dyn_cast_or_null<FunctionDecl>(CE->getCalleeDecl()); in findCapturingExpr()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h465 return matchesDecl(Node.getCalleeDecl(), Finder, Builder); in matchesSpecialized()
/external/clang/lib/CodeGen/
DCGClass.cpp1013 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1029 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
DCGObjC.cpp1042 = dyn_cast_or_null<FunctionDecl>(call->getCalleeDecl())) in hasTrivialSetExpr()
/external/clang/include/clang/AST/
DExpr.h2155 Decl *getCalleeDecl();
2156 const Decl *getCalleeDecl() const { in getCalleeDecl() function
2157 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()

12