OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_uintmax_type
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
format-strings-fixit.c
70
typedef uintmax_t
my_uintmax_type
;
typedef
75
printf("%f", (
my_uintmax_type
) 42);
140
typedef uintmax_t
my_uintmax_type
;
typedef
145
scanf("%f", (
my_uintmax_type
*)&uIntmaxVar);
191
// CHECK: printf("%ju", (
my_uintmax_type
) 42);
227
// CHECK: scanf("%ju", (
my_uintmax_type
*)&uIntmaxVar);
Completed in 838 milliseconds