Searched defs:intptr_t (Results 1 - 17 of 17) sorted by last modified time

/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/mesa3d/src/egl/main/
H A Deglcompiler.h50 typedef __int64 intptr_t; typedef
53 typedef __int32 intptr_t; typedef
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h789 typedef long int intptr_t; typedef
/external/libpcap/
H A Dpcap-stdinc.h81 typedef __int64 intptr_t; typedef
83 typedef _W64 int intptr_t; typedef
/external/jemalloc/include/msvc_compat/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/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))
108 intptr_t ia, ib;
110 ia = (intptr_t)a;
111 ib = (intptr_t)b;
/external/clang/test/OpenMP/
H A Dparallel_num_threads_codegen.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
18 intptr_t a, b, c;
19 S(intptr_t a) : a(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}; // expected-error {{initializer element is not a compile-time constant}}
24 intptr_t z = (intptr_t) u; // no-error
/external/clang/lib/Headers/
H A Dstdint.h263 typedef __intn_t(__INTPTR_WIDTH__) intptr_t; typedef
/external/clang/test/Analysis/
H A Dmalloc.c1325 typedef __INTPTR_TYPE__ intptr_t;
1328 static intptr_t glob;
1332 glob = (intptr_t)(uintptr_t)ptr;
1338 (void*)(intptr_t)(uintptr_t)ptr; // expected-warning {{unused}}
1324 typedef __INTPTR_TYPE__ intptr_t; typedef
H A Dstack-addr-ps.cpp3 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}}
H A Dstackaddrleak.c4 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;
/external/clang/test/CodeGen/
H A D2008-12-23-AsmIntPointerTie.c4 typedef long intptr_t; typedef
6 intptr_t a;
H A Dcaptured-statements.c7 typedef __INTPTR_TYPE__ intptr_t; typedef
66 void test4(intptr_t size, intptr_t vla_arr[size]) {
/external/clang/test/CodeGenCXX/
H A Dvla-lambda-capturing.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
27 void g(intptr_t n) {
28 intptr_t buffer[n];
47 intptr_t buffer[n + m];
54 intptr_t getSize(T);
57 void b(intptr_t n, T arg) {
58 typedef intptr_t ArrTy[getSize(arg)];
61 intptr_t a;
74 g((intptr_t)1);
76 f((intptr_t)
[all...]
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h13 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h101 <inttypes.h> also defines intptr_t and uintptr_t. */
293 #undef intptr_t macro
297 #define intptr_t gl_intptr_t macro

Completed in 484 milliseconds