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

/external/clang/test/Sema/
H A Dformat-strings-int-typedefs.c8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}}
17 scanf("%ju", 0); // expected-warning {{format specifies type 'uintmax_t *' (aka 'unsigned long long *')}}
29 typedef void *uintmax_t; typedef
34 printf("%ju", (uintmax_t)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long') but the argument has type 'uintmax_t' (aka 'void *')}}
H A Dformat-strings-fixit.c15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
64 printf("%f", (uintmax_t) 42);
70 typedef uintmax_t my_uintmax_type;
115 uintmax_t uIntmaxVar;
140 typedef uintmax_t my_uintmax_type;
187 // CHECK: printf("%ju", (uintmax_t) 42);
/external/skia/include/config/
H A Dsk_stdint.h21 typedef uint64_t uintmax_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h124 typedef uint64_t uintmax_t; typedef
/external/oprofile/libpopt/
H A Dconfig.h100 declares uintmax_t. */
174 uintmax_t. */
213 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
330 #undef uintmax_t macro
/external/clang/lib/Headers/
H A Dstdint.h237 typedef __UINTMAX_TYPE__ uintmax_t; typedef
/external/clang/lib/include/
H A Dstdint.h237 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 380 milliseconds