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

/external/clang/lib/StaticAnalyzer/Core/
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 {
H A DStore.cpp62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { function in class:StoreManager
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);

Completed in 432 milliseconds