Searched refs:BindDefault (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { function in class:StoreManager
H A DProgramState.cpp136 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
H A DRegionStore.cpp389 // BindDefault is only used to initialize a region with a default value.
390 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) { function in class:__anon4115::RegionStoreManager

Completed in 74 milliseconds