HomeSort by relevance Sort by last modified time
    Searched refs:cip_t (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
format-strings-scanf.c 170 typedef const int* cip_t; typedef
172 scanf("%d", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has type 'cip_t' (aka 'const int *')}}
format-strings.c 606 typedef const int* cip_t; typedef
608 printf("%n", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has type 'cip_t' (aka 'const int *')}}

Completed in 56 milliseconds