Searched defs:my_ptrdiff_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dformat-strings-fixit.c72 typedef ptrdiff_t my_ptrdiff_type; typedef
77 printf("%f", (my_ptrdiff_type) 42);
154 typedef ptrdiff_t my_ptrdiff_type; typedef
159 scanf("%f", (my_ptrdiff_type*)&ptrdiffVar);
205 // CHECK: printf("%td", (my_ptrdiff_type) 42);
247 // CHECK: scanf("%td", (my_ptrdiff_type*)&ptrdiffVar);

Completed in 75 milliseconds