/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 271 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/ |
D | ChrootChecker.cpp | 66 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() 126 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
D | GenericTaintChecker.cpp | 295 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()
|
D | BuiltinFunctionChecker.cpp | 35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
|
D | MacOSKeychainAPIChecker.cpp | 274 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() 444 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
|
D | UnixAPIChecker.cpp | 352 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
D | PointerArithChecker.cpp | 223 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
|
D | BasicObjCFoundationChecks.cpp | 431 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() 548 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
D | StreamChecker.cpp | 109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
D | MallocChecker.cpp | 752 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/ |
D | CheckerContext.cpp | 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 421 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/ |
D | b_frontend_action.cc | 131 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/ |
D | SemaExceptionSpec.cpp | 986 else if (CE->getCalleeDecl()) in canThrow() 987 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
|
D | AnalysisBasedWarnings.cpp | 175 if (!CE || !CE->getCalleeDecl() || in hasRecursiveCallInPath() 176 CE->getCalleeDecl()->getCanonicalDecl() != FD) in hasRecursiveCallInPath()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 446 auto* callee = p->getCalleeDecl(); in run()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl()); in isConfigurationValue()
|
D | UninitializedValues.cpp | 707 if (Decl *Callee = ce->getCalleeDecl()) { in VisitCallExpr()
|
D | ThreadSafety.cpp | 1410 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/ |
D | Expr.cpp | 1185 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()
|
D | ExprCXX.cpp | 668 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType(); in getLiteralOperatorKind() 690 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2192 Decl *getCalleeDecl(); 2193 const Decl *getCalleeDecl() const { in getCalleeDecl() function 2194 return const_cast<CallExpr*>(this)->getCalleeDecl(); in getCalleeDecl()
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1258 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField() 1272 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); in getMemcpyableField()
|
D | CGCall.cpp | 1637 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in ConstructAttributeList() 4012 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall() 4113 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
|