Searched refs:cvip (Results 1 – 2 of 2) sorted by relevance
159 const volatile int *cvip) { in test_qualifiers() argument163 …scanf("%d", cvip); // expected-warning{{format specifies type 'int *' but the argument has type 'c… in test_qualifiers()
630 const volatile int *cvip) { in test_qualifiers() argument632 …printf("%n", cvip); // expected-warning{{format specifies type 'int *' but the argument has type '… in test_qualifiers()636 printf("%p", cvip); // No warning. in test_qualifiers()