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

1 2 3

  /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
  /external/syslinux/com32/include/
stdint.h 26 typedef int64_t intmax_t; typedef
  /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/libusb/msvc/
stdint.h 121 typedef __int64 intmax_t; typedef
244 suffix, (val) will be evaluated as int, not intmax_t */
  /external/libvncserver/compat/msvc/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 108 typedef int64_t intmax_t; typedef
  /external/syslinux/dos/
stdint.h 51 typedef int64_t intmax_t; typedef
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 169 typedef int64_t intmax_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 97 typedef __INTMAX_TYPE__ intmax_t; typedef
99 typedef long long intmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef

Completed in 999 milliseconds

1 2 3