Home
last modified time | relevance | path

Searched refs:BlockBody (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dcontrol_flow_graph.cc33 SLICER_CHECK(state_ != State::BlockBody); in Finish()
43 state_ = State::BlockBody; in Visit()
46 state_ = State::BlockBody; in Visit()
48 case State::BlockBody: in Visit()
82 case State::BlockBody: in Visit()
118 if (state_ == State::BlockBody) { in EndBlock()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h39 enum class State { Outside, BlockHeader, BlockBody }; enumerator