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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h236 /// enterStackFrame - Let the StoreManager to do something when execution
238 StoreRef enterStackFrame(Store store,
H A DProgramState.h296 /// enterStackFrame - Returns the state for entry to the given stack frame,
298 LLVM_NODISCARD ProgramStateRef enterStackFrame(
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp236 ProgramState::enterStackFrame(const CallEvent &Call, function in class:ProgramState
239 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
H A DStore.cpp46 StoreRef StoreManager::enterStackFrame(Store OldStore, function in class:StoreManager
H A DExprEngineCallAndReturn.cpp462 State = State->enterStackFrame(Call, CalleeSFC);

Completed in 144 milliseconds