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

1 2 3

  /external/clang/test/Sema/
format-strings-int-typedefs.c 10 printf("%td", 42.0); // expected-warning {{format specifies type 'ptrdiff_t' (aka 'int')}}
19 scanf("%td", 0); // expected-warning {{format specifies type 'ptrdiff_t *' (aka 'int *')}}
30 typedef void *ptrdiff_t; typedef
36 printf("%td", (ptrdiff_t)42); // expected-warning {{format specifies type 'ptrdiff_t' (aka 'int') but the argument has type 'ptrdiff_t' (aka 'void *')}}
format-strings-fixit.c 16 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
65 printf("%f", (ptrdiff_t) 42);
71 typedef ptrdiff_t my_ptrdiff_type;
116 ptrdiff_t ptrdiffVar;
141 typedef ptrdiff_t my_ptrdiff_type;
188 // CHECK: printf("%td", (ptrdiff_t) 42);
  /external/clang/lib/Headers/
stddef.h 31 typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t; typedef
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 31 typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t; typedef
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 3 typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t; typedef
90 { ptrdiff_t x = reinterpret_cast<ptrdiff_t>(oneT<int>); }
92 { (void) reinterpret_cast<ptrdiff_t>(one); }
95 { ptrdiff_t x = reinterpret_cast<ptrdiff_t>(twoT<int>); }
109 { ptrdiff_t x = (ptrdiff_t) &twoT<int>;
110 x = (ptrdiff_t) &twoT<int>; }
112 { ptrdiff_t x = (ptrdiff_t) twoT<int>
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 55 #undef ptrdiff_t macro
56 #define ptrdiff_t int macro
195 extern __ptr_t (*__morecore) __P ((ptrdiff_t __size));
198 extern __ptr_t __default_morecore __P ((ptrdiff_t __size));
  /external/zlib/src/
zutil.h 33 typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ typedef
156 typedef int ptrdiff_t; typedef
  /bionic/libc/arch-arm/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /bionic/libc/arch-x86/include/machine/
_types.h 55 typedef int ptrdiff_t; typedef
57 typedef long ptrdiff_t; typedef
  /development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h 55 typedef int ptrdiff_t; typedef
57 typedef long ptrdiff_t; typedef
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 158 typedef int ptrdiff_t; typedef
  /external/stlport/stlport/stl/config/
_evc.h 149 // ptrdiff_t is not defined in evc4 headers
151 typedef int ptrdiff_t; typedef
267 // ptrdiff_t is not defined in evc3 headers
269 typedef int ptrdiff_t; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 149 // ptrdiff_t is not defined in evc4 headers
151 typedef int ptrdiff_t; typedef
267 // ptrdiff_t is not defined in evc3 headers
269 typedef int ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
_types.h 54 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
_types.h 54 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 149 // ptrdiff_t is not defined in evc4 headers
151 typedef int ptrdiff_t; typedef
267 // ptrdiff_t is not defined in evc3 headers
269 typedef int ptrdiff_t; typedef
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/
_types.h 46 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
_types.h 55 typedef int ptrdiff_t; typedef
57 typedef long ptrdiff_t; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 149 // ptrdiff_t is not defined in evc4 headers
151 typedef int ptrdiff_t; typedef
267 // ptrdiff_t is not defined in evc3 headers
269 typedef int ptrdiff_t; typedef

Completed in 643 milliseconds

1 2 3