HomeSort by: relevance | last modified time | path
    Searched refs:getCallSite (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CallContext.h 25 inline std::string getCallSite(const FrameLocation &Callsite) {
43 OContextStr << getCallSite(Callsite);
56 OContextStr << getCallSite(Callsite);
ProfileGenerator.cpp 328 OCalleeCtxStr << getCallSite(*LeafLoc) << " @ " << CalleeName.str();
ProfiledBinary.cpp 151 ContextVec.push_back(getCallSite(Loc));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 329 ->getCallSite();
341 return CEE->getCalleeContext()->getCallSite();
ExprEngineCXX.cpp 207 cast<Expr>(SFC->getCallSite()), State, CallerLCtx,
407 cast<Expr>(SFC->getCallSite()), State, CallerLCtx,
512 LCtx->getStackFrame()->getCallSite());
ExprEngineCallAndReturn.cpp 92 S = CEE->getCalleeContext()->getCallSite();
216 const Stmt *CE = calleeCtx->getCallSite();
CoreEngine.cpp 475 LCtx->getStackFrame()->getCallSite())) {
CallEvent.cpp 919 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite()))
1397 const Stmt *CallSite = CalleeCtx->getCallSite();
BugReporterVisitors.cpp 964 if (CEE->getCalleeContext()->getCallSite() == S)
998 if (CalleeContext->getCallSite() != S)
1468 InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite())
MemRegion.cpp 926 const Stmt *CallSite = SFC->getCallSite();
BugReporter.cpp 291 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite();
ExprEngine.cpp 1901 const Stmt *CE = CalleeSF->getCallSite();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 462 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
504 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 319 const Stmt *getCallSite() const { return CallSite; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 180 const Stmt *CallSite = Context.getStackFrame()->getCallSite();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 970 return cast<CXXConstructExpr>(getInheritingStackFrame()->getCallSite());

Completed in 136 milliseconds