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

12

/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
69 void test4(intptr_t size, intptr_t vla_arr[size]) {
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h13 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/clang/test/Analysis/
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;
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 Dmalloc.c1421 typedef __INTPTR_TYPE__ intptr_t;
1424 static intptr_t glob;
1428 glob = (intptr_t)(uintptr_t)ptr;
1434 (void*)(intptr_t)(uintptr_t)ptr; // expected-warning {{unused}}
1420 typedef __INTPTR_TYPE__ intptr_t; typedef
/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/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) {}
H A Dparallel_proc_bind_codegen.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
17 intptr_t a, b, c;
18 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/syslinux/com32/include/bitsize32/
H A Dstdint.h16 typedef int intptr_t; typedef
/external/syslinux/com32/include/bitsize64/
H A Dstdint.h16 typedef long int intptr_t; typedef
/external/syslinux/gpxe/src/arch/i386/include/bits/
H A Dstdint.h21 typedef unsigned long intptr_t; typedef
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
H A Dstdint.h19 typedef unsigned long intptr_t; typedef
/external/syslinux/libfat/
H A Dopen.c25 libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t), argument
26 intptr_t readptr)
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp8 typedef int intptr_t; typedef
220 CALL_WRITEPARAM(intptr_t) // ERROR
/external/e2fsprogs/e2fsck/
H A Dpass1b.c41 typedef long intptr_t; typedef
45 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val))
46 #define VOIDPTR_TO_INT(ptr) ((int)(intptr_t)(ptr))
109 intptr_t ia, ib;
111 ia = (intptr_t)a;
112 ib = (intptr_t)b;
/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/libusb/msvc/
H A Dstdint.h36 #undef intptr_t macro
38 typedef __int64 intptr_t; typedef
40 typedef int intptr_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef __int64 intptr_t; typedef
118 typedef _W64 int intptr_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h56 // Define _W64 macros to mark types changing their size, like intptr_t.
100 typedef __int64 intptr_t; typedef
103 typedef _W64 int intptr_t; typedef
/external/syslinux/dos/
H A Dstdint.h46 typedef int32_t intptr_t; typedef
/external/python/cpython2/PC/os2emx/
H A Dpyconfig.h87 typedef long intptr_t; typedef
/external/clang/lib/Headers/
H A Dopencl-c.h68 typedef __INTPTR_TYPE__ intptr_t; typedef
14878 // add/sub: atomic type argument can be uintptr_t/intptr_t, value type argument can be ptrdiff_t.
14879 // or/xor/and/min/max: atomic type argument can be intptr_t/uintptr_t, value type argument can be intptr_t/uintptr_t.
14889 uintptr_t __ovld atomic_fetch_or(volatile atomic_uintptr_t *object, intptr_t operand);
14890 uintptr_t __ovld atomic_fetch_or_explicit(volatile atomic_uintptr_t *object, intptr_t operand, memory_order order);
14891 uintptr_t __ovld atomic_fetch_or_explicit(volatile atomic_uintptr_t *object, intptr_t operand, memory_order order, memory_scope scope);
14892 uintptr_t __ovld atomic_fetch_xor(volatile atomic_uintptr_t *object, intptr_t operand);
14893 uintptr_t __ovld atomic_fetch_xor_explicit(volatile atomic_uintptr_t *object, intptr_t operand, memory_order order);
14894 uintptr_t __ovld atomic_fetch_xor_explicit(volatile atomic_uintptr_t *object, intptr_t operan
[all...]
H A Dstdint.h263 typedef __intn_t(__INTPTR_WIDTH__) intptr_t; typedef

Completed in 949 milliseconds

12