Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp79 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
140 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
DBugReporterVisitors.cpp160 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
176 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
462 if (CEE->getCalleeContext()->getCallSite() == S) in trackNullOrUndefValue()
DBugReporter.cpp54 return CEE->getCalleeContext()->getCallSite(); in GetStmt()
1127 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()
1170 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
DCallEvent.cpp866 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
DPathDiagnostic.cpp908 const Stmt *CallSite = CExit->getCalleeContext()->getCallSite(); in getMessage()
DExprEngine.cpp965 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h269 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp540 return Exit->getCalleeContext()->getCallSite(); in getAllocationSite()
DMallocChecker.cpp990 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in getAllocationSite()
1524 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp2333 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()