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

1 2 3 4

  /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
63 printf("%f", (intmax_t) 42);
69 typedef intmax_t my_intmax_type;
114 intmax_t intmaxVar;
139 typedef intmax_t my_intmax_type;
186 // CHECK: printf("%jd", (intmax_t) 42);
  /external/chromium_org/third_party/skia/include/config/
sk_stdint.h 20 typedef int64_t intmax_t; typedef
  /external/skia/include/config/
sk_stdint.h 20 typedef int64_t intmax_t; typedef
  /bionic/libc/tzcode/
private.h 168 typedef long long intmax_t; typedef
171 typedef long intmax_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 121 typedef __int64 intmax_t; typedef
244 suffix, (val) will be evaluated as int, not intmax_t */
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 123 typedef int64_t intmax_t; typedef
  /external/mesa3d/include/c99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 135 typedef long int intmax_t; typedef
139 typedef long long int intmax_t; typedef

Completed in 2333 milliseconds

1 2 3 4