HomeSort by relevance Sort by last modified time
    Searched refs:CalleeCtx (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 313 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx,
331 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
347 const StackFrameContext *CalleeCtx,
349 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
351 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
533 const StackFrameContext *CalleeCtx,
535 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
543 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
544 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
609 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
    [all...]
BugReporter.cpp     [all...]
PathDiagnostic.cpp 900 const StackFrameContext *CalleeCtx = CE.getCalleeContext();
901 Callee = CalleeCtx->getDecl();
904 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
    [all...]
ProgramState.cpp 229 const StackFrameContext *CalleeCtx) const {
231 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 356 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
454 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
596 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
636 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
817 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
    [all...]
Store.h 198 const StackFrameContext *CalleeCtx);
ProgramState.h 277 const StackFrameContext *CalleeCtx) const;
  /external/clang/include/clang/Analysis/
ProgramPoint.h 586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
588 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}
600 const StackFrameContext *CalleeCtx = getCalleeContext();
601 const CFG *CalleeCFG = CalleeCtx->getCFG();
641 CallExitEnd(const StackFrameContext *CalleeCtx,
643 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}

Completed in 290 milliseconds