Home
last modified time | relevance | path

Searched refs:cip_t (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dformat-strings-scanf.c170 typedef const int* cip_t; in test_qualifiers() typedef
172 …scanf("%d", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has typ… in test_qualifiers()
Dformat-strings.c640 typedef const int* cip_t; in test_qualifiers() typedef
642 …printf("%n", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has ty… in test_qualifiers()