Searched refs:Outside (Results 1 – 2 of 2) sorted by relevance
32 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()35 state_ = State::Outside; in Finish()41 case State::Outside: in Visit()79 case State::Outside: in Visit()93 if (state_ == State::Outside) { in HandleAnnotation()100 if (state_ != State::Outside) { in SkipInstruction()108 assert(state_ == State::Outside); in StartBlock()127 state_ = State::Outside; in EndBlock()
39 enum class State { Outside, BlockHeader, BlockBody }; enumerator47 assert(state_ == State::Outside); in ~BasicBlocksVisitor()81 State state_ = State::Outside;