Home | History | Annotate | Download | only in test

Lines Matching full:continue

18 		continue // ERROR "continue is not in a loop$"
22 continue // ERROR "continue is not in a loop$"
34 continue L1
46 continue L2 // ERROR "invalid continue label .*L2|continue is not in a loop$"
53 continue L2 // ERROR "invalid continue label .*L2"
64 continue L3 // ERROR "invalid continue label .*L3|continue is not in a loop$"
75 continue L4 // ERROR "invalid continue label .*L4|continue is not in a loop$"
88 continue L5 // ERROR "invalid continue label .*L5|continue is not in a loop$"
99 continue L1 // ERROR "invalid continue label .*L1"
106 continue // ERROR "continue is not in a loop$"
108 continue on // ERROR "continue label not defined: on"
119 continue