HomeSort by relevance Sort by last modified time
    Searched defs:intmax_t (Results 1 - 24 of 24) sorted by null

  /external/clang/test/Sema/
format-strings-int-typedefs.c 7 printf("%jd", 42.0); // expected-warning {{format specifies type 'intmax_t' (aka 'long long')}}
16 scanf("%jd", 0); // expected-warning {{format specifies type 'intmax_t *' (aka 'long long *')}}
28 typedef void *intmax_t; typedef
33 printf("%jd", (intmax_t)42); // expected-warning {{format specifies type 'intmax_t' (aka 'long long') but the argument has type 'intmax_t' (aka 'void *')}}
format-strings-fixit.c 14 typedef __INTMAX_TYPE__ intmax_t; typedef
64 printf("%f", (intmax_t) 42);
70 typedef intmax_t my_intmax_type;
117 intmax_t intmaxVar;
152 typedef intmax_t my_intmax_type;
199 // CHECK: printf("%jd", (intmax_t) 42);
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 79 typedef INT64 intmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 79 typedef INT64 intmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 79 typedef INT64 intmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 80 typedef INT64 intmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 79 typedef INT64 intmax_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 59 typedef __intmax_t intmax_t; typedef
  /external/icu/icu4c/source/tools/tzcode/
private.h 172 typedef long long intmax_t; typedef
183 typedef long intmax_t; typedef
zdump.c 70 typedef long long intmax_t; typedef
79 typedef long intmax_t; typedef
157 #define SECSPER400YEARS (SECSPERNYEAR * (intmax_t) (300 + 3) \
158 + SECSPERLYEAR * (intmax_t) (100 - 3))
162 ** intmax_t. It's OK that SECSPER400YEARS_FITS can in theory be false
233 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
238 static time_t yeartot(intmax_t y) ATTRIBUTE_PURE;
435 intmax_t lo;
436 intmax_t hi;
438 register intmax_t cutloyear = ZDUMP_LO_YEAR
    [all...]
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 6 typedef __INTMAX_TYPE__ intmax_t; typedef
218 CALL_WRITEPARAM(intmax_t) // ERROR
  /bionic/libc/tzcode/
private.h 233 typedef long long intmax_t; typedef
238 typedef long intmax_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/libusb/msvc/
stdint.h 121 typedef __int64 intmax_t; typedef
244 suffix, (val) will be evaluated as int, not intmax_t */
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 108 typedef int64_t intmax_t; typedef
  /bionic/libc/include/
stdint.h 104 typedef int64_t intmax_t; typedef
  /device/google/fuchsia/bioniccompat/include/
stdint.h 222 typedef __INTMAX_TYPE__ intmax_t; typedef
  /external/clang/lib/Headers/
stdint.h 276 typedef __INTMAX_TYPE__ intmax_t; typedef
  /external/openssh/
defines.h 301 typedef long long intmax_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2503 intmax_t = c_longlong variable
    [all...]
  /external/libxml2/
trio.c 223 typedef intmax_t trio_intmax_t;
232 typedef long long int intmax_t; typedef
235 typedef intmax_t trio_intmax_t;
591 * j intmax_t
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2503 intmax_t = c_longlong variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2503 intmax_t = c_longlong variable
    [all...]

Completed in 789 milliseconds