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

  /external/clang/test/Sema/
format-strings-scanf.c 169 typedef int* ip_t; typedef
171 scanf("%d", (ip_t)0); // No warning.
format-strings.c 605 typedef int* ip_t; typedef
607 printf("%n", (ip_t)0); // No warning.

Completed in 36 milliseconds