Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp71 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Enqueue()
90 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Execute()
162 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); in VisitCXXMemberCallExpr()
176 os << *CE->getDirectCallee(); in ReportVirtualCall()
180 os << " <-- " << *visitingCallExpr->getDirectCallee(); in ReportVirtualCall()
184 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); in ReportVirtualCall()
DCStringSyntaxChecker.cpp58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()
136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
DMallocSizeofChecker.cpp94 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()
224 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
DObjCContainersASTChecker.cpp87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
DMallocOverflowSecurityChecker.cpp243 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
DCheckSecuritySyntaxOnly.cpp119 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
688 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
DMacOSKeychainAPIChecker.cpp618 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
DMallocChecker.cpp1236 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
/external/clang/lib/Analysis/
DCallGraph.cpp42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
DThreadSafetyCommon.cpp363 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in translateCallExpr()
366 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()
DConsumed.cpp743 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr()
822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr()
DUninitializedValues.cpp443 if (FunctionDecl *FD = CE->getDirectCallee()) { in VisitCallExpr()
DThreadSafety.cpp1931 if (FunctionDecl *FD = Exp->getDirectCallee()) { in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp385 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()
398 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()
907 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
DTransforms.cpp90 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp350 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
/external/v8/tools/gcmole/
Dgcmole.cc133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()
842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp63 CE->getDirectCallee()); in commonEmitCXXMemberOrOperatorCall()
328 EmitCallArgs(Args, FPT, E->arg_begin(), E->arg_end(), E->getDirectCallee()); in EmitCXXMemberPointerCallExpr()
DCodeGenModule.cpp1429 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
/external/clang/include/clang/AST/
DExpr.h2196 FunctionDecl *getDirectCallee();
2197 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
2198 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
/external/clang/lib/Sema/
DSemaStmt.cpp1499 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
2412 const FunctionDecl *FD = Call->getDirectCallee(); in DiagnoseForRangeReferenceVariableCopies()
DSemaChecking.cpp1686 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()
5024 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()
6987 FD = Call->getDirectCallee(); in CheckForReference()
8861 const FunctionDecl *FD = CE->getDirectCallee(); in DiagnoseSelfMove()
DSemaObjCProperty.cpp1221 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
DSemaExprCXX.cpp5250 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()
5393 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()

12