Home
last modified time | relevance | path

Searched refs:getCallSite (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp181 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
202 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
928 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
929 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
DExprEngineCallAndReturn.cpp87 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
DExprEngineCXX.cpp197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
DPathDiagnostic.cpp702 return CEE->getCalleeContext()->getCallSite(); in getStmt()
1128 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
DCallEvent.cpp929 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
DBugReporter.cpp1283 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()
1420 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
1727 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
DExprEngine.cpp1222 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h285 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp531 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp1775 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2283 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp2348 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()