Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h247 StoreRef enterStackFrame(Store store,
H A DProgramState.h301 LLVM_NODISCARD ProgramStateRef enterStackFrame(
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp239 ProgramState::enterStackFrame(const CallEvent &Call, in enterStackFrame() function in ProgramState
242 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx); in enterStackFrame()
H A DStore.cpp47 StoreRef StoreManager::enterStackFrame(Store OldStore, in enterStackFrame() function in StoreManager
H A DExprEngineCallAndReturn.cpp444 State = State->enterStackFrame(Call, CalleeSFC); in REGISTER_MAP_WITH_PROGRAMSTATE()