Searched refs:Outside (Results 1 – 2 of 2) sorted by relevance
33 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()36 state_ = State::Outside; in Finish()42 case State::Outside: in Visit()80 case State::Outside: in Visit()94 if (state_ == State::Outside) { in HandleAnnotation()101 if (state_ != State::Outside) { in SkipInstruction()109 assert(state_ == State::Outside); in StartBlock()128 state_ = State::Outside; in EndBlock()
39 enum class State { Outside, BlockHeader, BlockBody }; enumerator47 assert(state_ == State::Outside); in ~BasicBlocksVisitor()81 State state_ = State::Outside;