Searched defs:cvip (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dformat-strings-scanf.c154 const volatile int *cvip) {
158 scanf("%d", cvip); // expected-warning{{format specifies type 'int *' but the argument has type 'const volatile int *'}}
152 test_qualifiers(const int *cip, volatile int* vip, const char *ccp, volatile char* vcp, const volatile int *cvip) argument
H A Dformat-strings.c580 const volatile int *cvip) {
582 printf("%n", cvip); // expected-warning{{format specifies type 'int *' but the argument has type 'const volatile int *'}}
586 printf("%p", cvip); // No warning.
579 test_qualifiers(volatile int *vip, const int *cip, const volatile int *cvip) argument

Completed in 66 milliseconds