Lines Matching defs:ranges

139 		OccurrenceLocation[] ranges= { find(s, "for", 1), find(s, "}", 1) };  in testBreakFor()  local
155 OccurrenceLocation[] ranges= { find(s, "for", 1), find(s, "}", 1) }; in testBreakForeach() local
172 OccurrenceLocation[] ranges= { find(s, "while", 1), find(s, "}", 1) }; in testBreakWhile() local
189 OccurrenceLocation[] ranges= { find(s, "do", 1), find(s, ";", 3) }; in testBreakDo() local
206 OccurrenceLocation[] ranges= { find(s, "switch", 1), find(s, "}", 1) }; in testBreakSwitch() local
224 OccurrenceLocation[] ranges= { find(s, "bar", 1), find(s, "}", 2) }; in testLabeledBreakFor() local
242 OccurrenceLocation[] ranges= { find(s, "bar", 1), find(s, "}", 2) }; in testLabeledBreakFor1() local
260 OccurrenceLocation[] ranges= { find(s, "baz", 1), find(s, ";", 4) }; in testBreakFor2() local
283 OccurrenceLocation[] ranges= { find(s, "stay", 1), find(s, "}", 2) }; in testLabeledBreakIf() local
299 OccurrenceLocation[] ranges= { find(s, "for", 1) }; in testContinueFor() local
315 OccurrenceLocation[] ranges= { find(s, "for", 1) }; in testContinueForeach() local
332 OccurrenceLocation[] ranges= { find(s, "while", 1) }; in testContinueWhile() local
349 OccurrenceLocation[] ranges= { find(s, "do", 1) }; in testContinueDo() local
369 OccurrenceLocation[] ranges= { find(s, "do", 1) }; in testContinueSwitch() local
387 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor() local
405 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor1() local
423 OccurrenceLocation[] ranges= { find(s, "bar", 1) }; in testLabeledContinueFor2() local
441 OccurrenceLocation[] ranges= { find(s, "baz", 1) }; in testContinueFor2() local