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.cpp128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
H A DRegionStore.cpp415 // BindDefault is only used to initialize a region with a default value.
416 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) override {

Completed in 114 milliseconds