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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h28 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp44 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, argument
59 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager();
95 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt),
H A DExprEngine.cpp2172 ProgramStateRef PrevState = PredI->getState(); local
2173 SVal X = PrevState->getSVal(Condition, PredI->getLocationContext());
2183 SVal recovered = RecoverCastedSymbol(PrevState, Condition,
2196 builder.generateNode(PrevState, true, PredI);
2197 builder.generateNode(PrevState, false, PredI);
2204 std::tie(StTrue, StFalse) = PrevState->assume(V);
H A DBugReporterVisitors.cpp2252 ProgramStateRef PrevState = N->getFirstPred()->getState(); local
2260 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp351 IntelExprState State, PrevState; member in class:__anon4389::X86AsmParser::IntelExprStateMachine
376 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0),
411 PrevState = CurrState;
426 PrevState = CurrState;
441 PrevState = CurrState;
456 PrevState = CurrState;
471 PrevState = CurrState;
485 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) {
501 PrevState = CurrState;
534 else if (PrevState
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp730 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); local
732 << " PrevState=" << PrevState << '\n');
740 if (State != PrevState)
742 PrevState = State;
748 if (EndState->second != PrevState)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1190 bool PrevState; member in class:clang::ASTReader::ProcessingUpdatesRAIIObj
1194 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) {
1201 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; }

Completed in 146 milliseconds