Searched refs:cip_t (Results 1 – 2 of 2) sorted by relevance
170 typedef const int* cip_t; in test_qualifiers() typedef172 …scanf("%d", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has typ… in test_qualifiers()
640 typedef const int* cip_t; in test_qualifiers() typedef642 …printf("%n", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has ty… in test_qualifiers()