/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const; 356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() 365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const; 356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() 365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const; 356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() 365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 349 const FunctionDecl *getCalleeDecl(const CallExpr *CE) const; 356 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeIdentifier() 365 const FunctionDecl *FunDecl = getCalleeDecl(CE); in getCalleeName()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ChrootChecker.cpp | 66 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall() 126 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
H A 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()
|
H A D | BuiltinFunctionChecker.cpp | 35 const FunctionDecl *FD = C.getCalleeDecl(CE); in evalCall()
|
H A D | MacOSKeychainAPIChecker.cpp | 274 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() 444 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
|
H A D | UnixAPIChecker.cpp | 352 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
H A D | PointerArithChecker.cpp | 223 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPostStmt()
|
H A D | BasicObjCFoundationChecks.cpp | 431 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt() 548 const FunctionDecl *FD = C.getCalleeDecl(CE); in checkPreStmt()
|
H A D | StreamChecker.cpp | 109 const FunctionDecl *FD = C.getCalleeDecl(CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A 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()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | AnyCall.h | 71 D = CE->getCalleeDecl(); in AnyCall()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | AnyCall.h | 71 D = CE->getCalleeDecl(); in AnyCall()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | AnyCall.h | 71 D = CE->getCalleeDecl(); in AnyCall()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | AnyCall.h | 71 D = CE->getCalleeDecl(); in AnyCall()
|
/aosp_15_r20/external/bcc/src/cc/frontends/clang/ |
H A D | b_frontend_action.cc | 227 if (VarDecl *V = dyn_cast_or_null<VarDecl>(E->getCalleeDecl())) in VisitCallExpr() 439 Decl *decl = Call->getCalleeDecl(); in VisitCallExpr() 1182 } else if (Call->getCalleeDecl()) { in VisitCallExpr() 1183 NamedDecl *Decl = dyn_cast<NamedDecl>(Call->getCalleeDecl()); in VisitCallExpr()
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 44 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl()); in WarnOnSetElementAt()
|
D | slang_rs_foreach_lowering.cpp | 97 const clang::Decl* D = CE->getCalleeDecl(); in matchKernelLaunchCall()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 986 else if (CE->getCalleeDecl()) in canThrow() 987 CT = canCalleeThrow(*this, E, CE->getCalleeDecl()); in canThrow()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A 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()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
|