Home
last modified time | relevance | path

Searched refs:makeWithStore (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp119 ProgramStateRef State = makeWithStore(Mgr.StoreMgr->Bind(getStore(), LV, V)); in bindLoc()
134 ProgramStateRef State = makeWithStore(BindRes); in bindDefaultInitial()
143 ProgramStateRef State = makeWithStore(BindRes); in bindDefaultZero()
186 ProgramStateRef NewState = makeWithStore(NewStore); in invalidateRegions()
205 return makeWithStore(newStore); in killBinding()
235 return makeWithStore( in enterStackFrame()
433 ProgramStateRef ProgramState::makeWithStore(const StoreRef &store) const { in makeWithStore() function in ProgramState
439 ProgramStateRef ProgramState::makeWithStore(const BindResult &BindRes) const { in makeWithStore() function in ProgramState
441 ProgramStateRef State = makeWithStore(BindRes.ResultingStore); in makeWithStore()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h128 ProgramStateRef makeWithStore(const StoreRef &store) const;
129 ProgramStateRef makeWithStore(const BindResult &BindRes) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7652 {"_ZNK5clang4ento7GRState13makeWithStoreEPKv", "clang::ento::GRState::makeWithStore(void const*) co…