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 267 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx,
285 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
311 const StackFrameContext *CalleeCtx,
313 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
315 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
475 const StackFrameContext *CalleeCtx,
477 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
485 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
486 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
557 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
    [all...]
BugReporter.cpp     [all...]
PathDiagnostic.cpp 889 const StackFrameContext *CalleeCtx = CE.getCalleeContext();
890 Callee = CalleeCtx->getDecl();
893 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
    [all...]
ProgramState.cpp 250 const StackFrameContext *CalleeCtx) const {
252 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 323 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
426 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
528 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
568 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
748 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
899 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
966 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
    [all...]
Store.h 205 const StackFrameContext *CalleeCtx);
ProgramState.h 255 const StackFrameContext *CalleeCtx) const;
  /external/clang/include/clang/Analysis/
ProgramPoint.h 563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}
611 CallExitEnd(const StackFrameContext *CalleeCtx,
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, 0) {}

Completed in 368 milliseconds