Home | History | Annotate | Download | only in inlining

Lines Matching refs:two

268 int generateNoteOnDefaultArgument(int one, int two = 0) {
269 return one/two; // expected-warning {{Division by zero}}
274 //expected-note@-1 {{Passing the value 0 via 2nd parameter 'two'}}
4893 // CHECK-NEXT: <string>Passing the value 0 via 2nd parameter &apos;two&apos;</string>
4895 // CHECK-NEXT: <string>Passing the value 0 via 2nd parameter &apos;two&apos;</string>