Home
last modified time | relevance | path

Searched refs:getCaller (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp122 Function *Caller = CS.getCaller(); in InlineCallIfPossible()
261 Function *Caller = CS.getCaller(); in getInlineThreshold()
300 Function *Caller = CS.getCaller(); in shouldInline()
472 Function *Caller = CS.getCaller(); in runOnSCC()
/external/llvm/include/llvm/Support/
DCallSite.h153 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
1585 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
DExprEngineCallAndReturn.cpp239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
DCallEvent.cpp911 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
DPathDiagnostic.cpp180 DeclWithIssue = CP->getCaller(); in resetDiagnosticLocationToMainFile()
DBugReporter.cpp228 bool CallerIsImplicit = hasImplicitBody(Call->getCaller()); in adjustCallLocations()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h572 const Decl *getCaller() const { return Caller; } in getCaller() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h966 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);