Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp44 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument
59 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState()
95 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
H A DExprEngine.cpp2254 ProgramStateRef PrevState = PredN->getState(); in processBranch() local
2261 builder.generateNode(PrevState, true, PredN); in processBranch()
2262 builder.generateNode(PrevState, false, PredN); in processBranch()
H A DBugReporterVisitors.cpp2380 ProgramStateRef PrevState = N->getFirstPred()->getState(); in VisitTrueTest() local
2388 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp425 IntelExprState State, PrevState; member in __anon301d74170111::X86AsmParser::IntelExprStateMachine
450 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), in IntelExprStateMachine()
488 PrevState = CurrState; in onOr()
503 PrevState = CurrState; in onXor()
518 PrevState = CurrState; in onAnd()
533 PrevState = CurrState; in onEq()
548 PrevState = CurrState; in onNE()
563 PrevState = CurrState; in onLT()
578 PrevState = CurrState; in onLE()
593 PrevState = CurrState; in onGT()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp730 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local
732 << " PrevState=" << PrevState << '\n'); in addStateStores()
740 if (State != PrevState) in addStateStores()
742 PrevState = State; in addStateStores()
748 if (EndState->second != PrevState) in addStateStores()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h28 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1195 bool PrevState; variable
1199 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1206 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()