Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h67 CallSiteTy getCallSite() { in getCallSite() function
261 ImmutableCallSite StatepointCS = IS.getCallSite(); in getRelocates()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp230 ImmutableCallSite CS(StatepointSite.getCallSite()); in lowerCallFromStatepoint()
561 ImmutableCallSite CS(ISP.getCallSite()); in LowerStatepoint()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp176 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
197 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
924 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
925 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
DExprEngineCallAndReturn.cpp87 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
DPathDiagnostic.cpp705 return CEE->getCalleeContext()->getCallSite(); in getStmt()
1131 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
DExprEngineCXX.cpp197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
DCallEvent.cpp929 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
DBugReporter.cpp1277 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()
1413 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
1716 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
DExprEngine.cpp1314 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h294 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp541 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2085 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2607 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp1898 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2398 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()