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

/external/clang/test/Sema/
H A Dformat-strings-fixit.c71 typedef uintmax_t my_uintmax_type; typedef
76 printf("%f", (my_uintmax_type) 42);
153 typedef uintmax_t my_uintmax_type; typedef
158 scanf("%f", (my_uintmax_type*)&uIntmaxVar);
204 // CHECK: printf("%ju", (my_uintmax_type) 42);
246 // CHECK: scanf("%ju", (my_uintmax_type*)&uIntmaxVar);

Completed in 75 milliseconds