Home
last modified time | relevance | path

Searched refs:enterStackFrame (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h238 StoreRef enterStackFrame(Store store,
H A DProgramState.h298 LLVM_NODISCARD ProgramStateRef enterStackFrame(
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp236 ProgramState::enterStackFrame(const CallEvent &Call, in enterStackFrame() function in ProgramState
239 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx); in enterStackFrame()
H A DStore.cpp46 StoreRef StoreManager::enterStackFrame(Store OldStore, in enterStackFrame() function in StoreManager
H A DExprEngineCallAndReturn.cpp462 State = State->enterStackFrame(Call, CalleeSFC); in REGISTER_MAP_WITH_PROGRAMSTATE()