Home
last modified time | relevance | path

Searched refs:getCalleeContext (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp41 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter()
84 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
95 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext()); in getLastStmt()
103 if (CE->getCalleeContext() == SF) in getLastStmt()
DBugReporterVisitors.cpp172 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
192 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary()
337 if (CE->getCalleeContext() != StackFrame) in visitNodeMaybeUnsuppress()
467 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
823 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
824 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
1437 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
1466 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
DPathDiagnostic.cpp594 return getLocationForCaller(CE->getCalleeContext(), in create()
598 return getLocationForCaller(CEE->getCalleeContext(), in create()
756 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(), in construct()
773 const StackFrameContext *CalleeCtx = CE.getCalleeContext(); in setCallee()
997 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
DBugReporter.cpp63 return CEE->getCalleeContext()->getCallSite(); in GetStmt()
590 BR.addCallPieceLocationContextPair(C, CE->getCalleeContext()); in GenerateMinimalPathDiagnostic()
614 BR.addCallPieceLocationContextPair(C, CE->getCalleeContext()); in GenerateMinimalPathDiagnostic()
1400 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
1410 BR.addCallPieceLocationContextPair(C, CE->getCalleeContext()); in GenerateExtensivePathDiagnostic()
1425 const Decl *D = CE->getCalleeContext()->getDecl(); in GenerateExtensivePathDiagnostic()
1448 BR.addCallPieceLocationContextPair(C, CE->getCalleeContext()); in GenerateExtensivePathDiagnostic()
/external/clang/include/clang/Analysis/
DProgramPoint.h556 const StackFrameContext *getCalleeContext() const { in getCalleeContext() function
600 const StackFrameContext *getCalleeContext() const { in getCalleeContext() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp530 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp1167 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
1597 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp2316 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()