Searched defs:intptr_t (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-12-23-AsmIntPointerTie.c3 typedef long intptr_t; typedef
5 intptr_t a;
/external/clang/test/Sema/
H A Dstatic-init.c3 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}; // no-error
/external/collada/include/dae/
H A DdaeWin32Platform.h24 typedef int intptr_t; typedef
/external/mesa3d/src/mesa/main/
H A Dcompiler.h74 typedef __int64 intptr_t; typedef
77 typedef __int32 intptr_t; typedef
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h115 typedef int intptr_t; typedef
/external/e2fsprogs/e2fsck/
H A Dpass1b.c40 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))
107 intptr_t ia, ib;
109 ia = (intptr_t)a;
110 ib = (intptr_t)b;
/external/mesa3d/include/c99/
H A Dstdint.h57 // 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/clang/lib/Headers/
H A Dstdint.h223 typedef __intn_t(__INTPTR_WIDTH__) intptr_t; typedef

Completed in 537 milliseconds