Searched defs:PrevState (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | LoopWidening.cpp | 46 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() |
H A D | BugReporterVisitors.cpp | 2883 ProgramStateRef PrevState = N->getFirstPred()->getState(); VisitTrueTest() local |
H A D | ExprEngine.cpp | 2789 ProgramStateRef PrevState = PredN->getState(); processBranch() local |
/llvm-project/bolt/include/bolt/Passes/ | ||
H A D | DataflowAnalysis.h | 383 StateTy *PrevState = &St; in run() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86WinEHState.cpp | 726 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); addStateStores() local |
/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1270 bool PrevState; global() variable |
/llvm-project/llvm/lib/Target/X86/AsmParser/ | ||
H A D | X86AsmParser.cpp | 432 IntelExprState State = IES_INIT, PrevState = IES_ERROR; global() member in __anon56d446ff0111::X86AsmParser::IntelExprStateMachine |