Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp44 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument
58 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState()
94 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
H A DExprEngine.cpp2763 ProgramStateRef PrevState = PredN->getState(); in processBranch() local
2770 builder.generateNode(PrevState, true, PredN); in processBranch()
2771 builder.generateNode(PrevState, false, PredN); in processBranch()
H A DBugReporterVisitors.cpp2861 ProgramStateRef PrevState = N->getFirstPred()->getState(); in VisitTrueTest() local
2869 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopWidening.h28 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp508 PrevState = CurrState; in onOr()
523 PrevState = CurrState; in onXor()
538 PrevState = CurrState; in onAnd()
825 PrevState = State; in onIdentifierExpr()
895 PrevState = State; in onStar()
909 PrevState = State; in onDivide()
922 PrevState = State; in onMod()
937 PrevState = State; in onLBrac()
1025 PrevState = State; in onRParen()
1043 PrevState = State; in onOffset()
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1249 bool PrevState; variable
1253 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1260 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()