Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp49 SmallVector<CallEvent::FrameBindingTy, 16> InitialBindings; in enterStackFrame() local
50 Call.getInitialStackFrameContents(LCtx, InitialBindings); in enterStackFrame()
52 for (const auto &[Location, Val] : InitialBindings) { in enterStackFrame()