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
70
typedef intmax_t
my_intmax_type
;
typedef
75
printf("%f", (
my_intmax_type
) 42);
152
typedef intmax_t
my_intmax_type
;
typedef
157
scanf("%f", (
my_intmax_type
*)&intmaxVar);
203
// CHECK: printf("%jd", (
my_intmax_type
) 42);
245
// CHECK: scanf("%jd", (
my_intmax_type
*)&intmaxVar);
Completed in 509 milliseconds