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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 223 const StackFrameContext *callerCtx =
258 state = state->BindExpr(CE, callerCtx, V);
271 state = state->BindExpr(CCE, callerCtx, ThisV);
309 CallExitEnd Loc(calleeCtx, callerCtx);
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 549 const LocationContext *callerCtx)
550 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}
597 const LocationContext *CallerCtx)
598 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, 0) {}

Completed in 955 milliseconds