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 226 const StackFrameContext *callerCtx =
261 state = state->BindExpr(CE, callerCtx, V);
274 state = state->BindExpr(CCE, callerCtx, ThisV);
312 CallExitEnd Loc(calleeCtx, callerCtx);
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 564 const LocationContext *callerCtx)
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}
612 const LocationContext *CallerCtx)
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}

Completed in 1304 milliseconds