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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 233 state = state->invalidateRegions(regionsToInvalidate,
240 state = state->invalidateRegions(regionsToInvalidate,
ProgramState.cpp 156 ProgramState::invalidateRegions(ArrayRef<const MemRegion *> Regions,
181 = Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
188 Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
ExprEngineCallAndReturn.cpp 382 return State->invalidateRegions(RegionsToInvalidate,
RegionStore.cpp 256 StoreRef invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions,
769 StoreRef RegionStoreManager::invalidateRegions(Store store,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 174 /// invalidateRegions - Clears out the specified regions from the store,
193 virtual StoreRef invalidateRegions(Store store,
ProgramState.h 216 /// invalidateRegions - Returns the state with bindings for the given regions
219 ProgramStateRef invalidateRegions(ArrayRef<const MemRegion *> Regions,
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 832 return state->invalidateRegions(R, E, Count, LCtx);
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 310 milliseconds