Searched defs:uintmax_t (Results 1 - 15 of 15) 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/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp14 // uintmax_t remove_all(const path& p);
15 // uintmax_t remove_all(const path& p, error_code& ec) noexcept;
32 ASSERT_SAME_TYPE(decltype(fs::remove_all(p)), std::uintmax_t); member in class:std
33 ASSERT_SAME_TYPE(decltype(fs::remove_all(p, ec)), std::uintmax_t); member in class:std
69 const auto BadRet = static_cast<std::uintmax_t>(-1);
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h193 typedef unsigned long long uintmax_t; typedef
196 typedef unsigned long uintmax_t; typedef
/external/syslinux/com32/include/
H A Dstdint.h27 typedef uint64_t uintmax_t; typedef
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp7 typedef __UINTMAX_TYPE__ uintmax_t; typedef
219 CALL_WRITEPARAM(uintmax_t) // ERROR
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h124 typedef uint64_t uintmax_t; typedef
/external/libusb/msvc/
H A Dstdint.h122 typedef unsigned __int64 uintmax_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h124 typedef uint64_t uintmax_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h109 typedef uint64_t uintmax_t; typedef
/external/syslinux/dos/
H A Dstdint.h52 typedef uint64_t uintmax_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h277 typedef __UINTMAX_TYPE__ uintmax_t; typedef
/external/libxml2/
H A Dtrio.c224 typedef uintmax_t trio_uintmax_t;
233 typedef unsigned long long int uintmax_t; typedef
236 typedef uintmax_t trio_uintmax_t;
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2504 uintmax_t = c_ulonglong variable
2619 'ssl3_enc_method', 'X509_CERT_AUX', 'uintmax_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2504 uintmax_t = c_ulonglong variable
2619 'ssl3_enc_method', 'X509_CERT_AUX', 'uintmax_t',

Completed in 949 milliseconds