Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() local
195 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl() local
390 ProgramState *newState = nullptr; in getPersistentState() local
H A DExprEngine.cpp140 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp241 const State &DFA::newState() { in newState() function in DFA