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

1 2 3 4 5 6

  /external/syslinux/com32/include/bitsize32/
stddef.h 9 typedef signed long ptrdiff_t; typedef
  /external/syslinux/com32/include/bitsize64/
stddef.h 9 typedef signed long ptrdiff_t; typedef
  /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 *')}}
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
stddef.h 41 typedef __ptrdiff_t ptrdiff_t; typedef
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 38 typedef int ptrdiff_t; typedef
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 38 typedef int ptrdiff_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/
stddef.h 26 /** ptrdiff_t is the signed integer type of the result of subtracting two pointers. **/
27 typedef _EFI_PTRDIFF_T_ ptrdiff_t; typedef
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 30 /* Always define ptrdiff_t when modules are available. */
34 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stddef.h 30 /* Always define ptrdiff_t when modules are available. */
34 typedef __PTRDIFF_TYPE__ 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/clang/lib/Headers/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /external/clang/test/Driver/
lanai-unknown-unknown.cpp 10 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef

Completed in 630 milliseconds

1 2 3 4 5 6