OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_intmax_type
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
format-strings-fixit.c
69
typedef intmax_t
my_intmax_type
;
typedef
74
printf("%f", (
my_intmax_type
) 42);
139
typedef intmax_t
my_intmax_type
;
typedef
144
scanf("%f", (
my_intmax_type
*)&intmaxVar);
190
// CHECK: printf("%jd", (
my_intmax_type
) 42);
226
// CHECK: scanf("%jd", (
my_intmax_type
*)&intmaxVar);
Completed in 380 milliseconds