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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 330 return LCtx->getAnalysisContext()->getRelaxedLiveVariables()->
336 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
339 return LCtx->getAnalysisContext()->getRelaxedLiveVariables()->
FlatStore.cpp 48 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
BasicStore.cpp 78 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
284 const StackFrameContext *LCtx,
GRState.cpp 65 const StackFrameContext *LCtx,
81 NewState.setStore(StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
RegionStore.cpp 373 StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 419 const LocationContext *LCtx;
425 : LCtx(ctx), Loc(s), SymMgr(symmgr) {}
429 const LocationContext *getLocationContext() const { return LCtx; }
Store.h 148 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
GRState.h 520 const StackFrameContext *LCtx,

Completed in 191 milliseconds