Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp53 Store S = Result.ResultingStore.getStore(); in enterStackFrame()
55 Result.ResultingStore = Curr.ResultingStore; in enterStackFrame()
H A DProgramState.cpp441 ProgramStateRef State = makeWithStore(BindRes.ResultingStore); in makeWithStore()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h54 StoreRef ResultingStore; member