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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
2008-12-23-AsmIntPointerTie.c 4 typedef long intptr_t; typedef
6 intptr_t a;
  /external/chromium_org/mojo/public/python/mojo/
c_environment.pxd 7 from libc.stdint cimport int64_t, intptr_t, uint32_t, uint64_t namespace
22 ctypedef intptr_t MojoAsyncWaitID
  /external/clang/test/Headers/Inputs/include/
stdint.h 13 typedef __INTPTR_TYPE__ intptr_t; typedef
  /external/clang/test/Analysis/
stackaddrleak.c 4 typedef __INTPTR_TYPE__ intptr_t; typedef
38 intptr_t returnAsNonLoc() {
40 return (intptr_t)&x; // expected-warning{{Address of stack memory associated with local variable 'x' returned to caller}}
49 extern intptr_t ip;
51 ip = (intptr_t)&x;
stack-addr-ps.cpp 3 typedef __INTPTR_TYPE__ intptr_t; typedef
111 operator intptr_t() const { return reinterpret_cast<intptr_t>(this); }
119 intptr_t returnAsNonLoc() {
129 intptr_t returnAsNonLocViaPointer() {
131 return reinterpret_cast<intptr_t>(static_cast<const void *>(obj)); // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
  /external/clang/test/Sema/
static-init.c 3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
8 float r = (float) (intptr_t) &r; // expected-error {{initializer element is not a compile-time constant}}
9 intptr_t s = (intptr_t) &s;
22 struct foo x = {(intptr_t) u}; // expected-error {{initializer element is not a compile-time constant}}
24 intptr_t z = (intptr_t) u; // no-error
  /external/libpcap/
pcap-stdinc.h 81 typedef __int64 intptr_t; typedef
83 typedef _W64 int intptr_t; typedef
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 50 typedef __int64 intptr_t; typedef
53 typedef __int32 intptr_t; typedef
  /external/mesa3d/src/egl/main/
eglcompiler.h 50 typedef __int64 intptr_t; typedef
53 typedef __int32 intptr_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 268 typedef __intptr_t intptr_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 268 typedef __intptr_t intptr_t; typedef
    [all...]
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 36 #undef intptr_t macro
38 typedef __int64 intptr_t; typedef
40 typedef int intptr_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /external/e2fsprogs/e2fsck/
pass1b.c 40 typedef long intptr_t; typedef
44 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val))
45 #define VOIDPTR_TO_INT(ptr) ((int)(intptr_t)(ptr))
108 intptr_t ia, ib;
110 ia = (intptr_t)a;
111 ib = (intptr_t)b;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /external/mesa3d/include/c99/
stdint.h 57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 84 typedef long intptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef

Completed in 838 milliseconds

1 2 3 4 5 6