HomeSort by relevance Sort by last modified time
    Searched full:my_uintmax_type (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
format-strings-fixit.c 71 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 231 milliseconds