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 165 typedef const int* cip_t; typedef
167 scanf("%d", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has type 'cip_t' (aka 'const int *')}}
format-strings.c 590 typedef const int* cip_t; typedef
592 printf("%n", (cip_t)0); // expected-warning{{format specifies type 'int *' but the argument has type 'cip_t' (aka 'const int *')}}

Completed in 2455 milliseconds