Home
last modified time | relevance | path

Searched refs:BaseState (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp391 int BaseState) in InvokeStateChangeIterator() argument
392 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
395 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator()
402 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument
409 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
410 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
415 assert(BaseState == O.BaseState); in operator ==()
446 int BaseState; member in __anonef5285d10111::InvokeStateChangeIterator
458 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan()
465 LastStateChange.NewState = BaseState; in scan()
[all …]
/third_party/boost/boost/msm/front/
Dstate_machine_def.hpp28 template<class Derived,class BaseState = default_base_state>
29 struct state_machine_def : public boost::msm::front::detail::state_base<BaseState>
40 typedef BaseState BaseAllStates;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp514 int BaseState = ParentBaseState; in getBaseStateForBB() local
523 BaseState = BaseStateI->second; in getBaseStateForBB()
526 return BaseState; in getBaseStateForBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp201 int BaseState = -1; in calculateStateNumbersForInvokes() local
205 BaseState = BaseStateI->second; in calculateStateNumbersForInvokes()
208 if (BaseState != -1) { in calculateStateNumbersForInvokes()
209 FuncInfo.InvokeStateMap[II] = BaseState; in calculateStateNumbersForInvokes()
/third_party/boost/boost/msm/back/
Dstate_machine.hpp304 typedef typename Derived::BaseAllStates BaseState; typedef in boost::msm::back::state_machine
1413 get_state_id_helper(int id,const BaseState** res,const library_sm* self_): in get_state_id_helper()
1426 const BaseState** result_state;
1433 BaseState* get_state_by_id(int id) in get_state_by_id()
1435 const BaseState* result_state=0; in get_state_by_id()
1438 return const_cast<BaseState*>(result_state); in get_state_by_id()
1440 const BaseState* get_state_by_id(int id) const in get_state_by_id()
1442 const BaseState* result_state=0; in get_state_by_id()
2921 visitor_fct_helper<BaseState> m_visitors;