Lines Matching defs:finish
73 void finish (int val)
75 // We use this to test that a "finish" here does not end up in
178 // Another duplicate so we can test "finish".
179 next_cases.function2 (5); // Start: first finish
184 testval = val; // End: first finish
187 // Another test for "finish".
190 next_cases.finish (6); // Start: second finish
195 testval = val; // End: second finish
201 next_cases.finish (7); // Start: first until