Searched defs:uintmax_t (Results 1 - 10 of 10) 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
65 printf("%f", (uintmax_t) 42);
71 typedef uintmax_t my_uintmax_type;
118 uintmax_t uIntmaxVar;
153 typedef uintmax_t my_uintmax_type;
200 // CHECK: printf("%ju", (uintmax_t) 42);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h122 typedef unsigned __int64 uintmax_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h124 typedef uint64_t uintmax_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h124 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/bison/darwin-lib/
H A Dstdint.h306 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
325 # undef uintmax_t macro
328 # define uintmax_t gl_uintmax_t macro
330 # define uintmax_t uint64_t macro
333 # define uintmax_t gl_uintmax_t macro
337 /* Verify that intmax_t and uintmax_t have the same size. Too much code
340 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h543 typedef uint64_t uintmax_t; typedef
560 typedef uint32_t uintmax_t; typedef
767 uintmax_t umax = UINTMAX_C(0);
/external/clang/lib/Headers/
H A Dstdint.h277 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 2125 milliseconds