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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
ProgramState.cpp 133 ProgramStateRef ProgramState::bindDefault(SVal loc, SVal V) const {
136 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
RegionStore.cpp 389 // BindDefault is only used to initialize a region with a default value.
390 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) {
    [all...]

Completed in 165 milliseconds