Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDStore.h236 StoreRef enterStackFrame(Store store,
HDProgramState.h342 enterStackFrame(const CallEvent &Call,
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDProgramState.cpp244 ProgramState::enterStackFrame(const CallEvent &Call, in enterStackFrame() function in ProgramState
247 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx); in enterStackFrame()
HDStore.cpp46 StoreRef StoreManager::enterStackFrame(Store OldStore, in enterStackFrame() function in StoreManager
HDExprEngineCallAndReturn.cpp561 State = State->enterStackFrame(Call, CalleeSFC); in inlineCall()