/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 263 IntelExprState State, PrevState; member in __anond14900950111::X86AsmParser::IntelExprStateMachine 274 State(IES_PLUS), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), TmpReg(0), in IntelExprStateMachine() 308 PrevState = CurrState; in onOr() 323 PrevState = CurrState; in onXor() 338 PrevState = CurrState; in onAnd() 353 PrevState = CurrState; in onLShift() 368 PrevState = CurrState; in onRShift() 381 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus() 394 PrevState = CurrState; in onPlus() 418 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onMinus() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | LoopWidening.cpp | 39 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument 53 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState() 62 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
|
D | ExprEngine.cpp | 1621 ProgramStateRef PrevState = PredI->getState(); in processBranch() local 1622 SVal X = PrevState->getSVal(Condition, PredI->getLocationContext()); in processBranch() 1633 PrevState, Condition, in processBranch() 1646 builder.generateNode(PrevState, true, PredI); in processBranch() 1647 builder.generateNode(PrevState, false, PredI); in processBranch() 1654 std::tie(StTrue, StFalse) = PrevState->assume(V); in processBranch()
|
D | BugReporterVisitors.cpp | 1226 ProgramStateRef PrevState = Prev->getState(); in VisitNodeImpl() local 1232 PrevState->getGDM().getRoot()) in VisitNodeImpl()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopWidening.cpp | 44 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument 59 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState() 95 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
|
D | ExprEngine.cpp | 2249 ProgramStateRef PrevState = PredN->getState(); in processBranch() local 2256 builder.generateNode(PrevState, true, PredN); in processBranch() 2257 builder.generateNode(PrevState, false, PredN); in processBranch()
|
D | BugReporterVisitors.cpp | 2252 ProgramStateRef PrevState = N->getFirstPred()->getState(); in VisitTrueTest() local 2260 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | LoopWidening.h | 28 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | LoopWidening.h | 29 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 425 IntelExprState State, PrevState; member in __anona5c84dc30111::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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 344 IntelExprState State, PrevState; member in __anon7e5fbfb70111::X86AsmParser::IntelExprStateMachine 368 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), in IntelExprStateMachine() 402 PrevState = CurrState; in onOr() 417 PrevState = CurrState; in onXor() 432 PrevState = CurrState; in onAnd() 447 PrevState = CurrState; in onLShift() 462 PrevState = CurrState; in onRShift() 476 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus() 492 PrevState = CurrState; in onPlus() 525 else if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onMinus() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 730 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()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 737 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local 739 << " PrevState=" << PrevState << '\n'); in addStateStores() 747 if (State != PrevState) in addStateStores() 749 PrevState = State; in addStateStores() 755 if (EndState->second != PrevState) in addStateStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 737 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local 739 << " PrevState=" << PrevState << '\n'); in addStateStores() 747 if (State != PrevState) in addStateStores() 749 PrevState = State; in addStateStores() 755 if (EndState->second != PrevState) in addStateStores()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 1191 bool PrevState; variable 1195 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj() 1202 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
|