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