Searched defs:execution_control (Results 1 – 3 of 3) sorted by relevance
111 inline ControlScope* execution_control() const { return execution_control_; } in execution_control() function
426 ControlScopeForBreakable execution_control(this, stmt, &block_builder); in VisitBlock() local694 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitDoWhileStatement() local720 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitWhileStatement() local744 ControlScopeForIteration execution_control(this, stmt, &loop_builder); in VisitForStatement() local
134 ControlScope* execution_control() const { return execution_control_; } in execution_control() function