Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp33 SmallVector<CallEvent::FrameBindingTy, 16> InitialBindings; in enterStackFrame() local
34 Call.getInitialStackFrameContents(LCtx, InitialBindings); in enterStackFrame()
36 for (CallEvent::BindingsTy::iterator I = InitialBindings.begin(), in enterStackFrame()
37 E = InitialBindings.end(); in enterStackFrame()