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

1 2 3 4

  /external/clang/test/CodeGen/
2008-12-23-AsmIntPointerTie.c 4 typedef long intptr_t; typedef
6 intptr_t a;
captured-statements.c 7 typedef __INTPTR_TYPE__ intptr_t; typedef
69 void test4(intptr_t size, intptr_t vla_arr[size]) {
74 // CHECK-3: test4([[INTPTR_T:i.+]] {{.*}}[[SIZE_ARG:%.+]], [[INTPTR_T]]*
75 // CHECK-3: store [[INTPTR_T]] {{.*}}[[SIZE_ARG]], [[INTPTR_T]]* [[SIZE_ADDR:%.+]],
76 // CHECK-3: [[SIZE:%.+]] = load [[INTPTR_T]], [[INTPTR_T]]* [[SIZE_ADDR]],
78 // CHECK-3: store [[INTPTR_T]] [[SIZE]], [[INTPTR_T]]* [[REF]
    [all...]
  /external/clang/test/Headers/Inputs/include/
stdint.h 13 typedef __INTPTR_TYPE__ intptr_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 85 #ifndef intptr_t
86 typedef __intptr_t intptr_t; typedef
87 #define intptr_t __intptr_t macro
  /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/CodeGenCXX/
vla-lambda-capturing.cpp 8 typedef __INTPTR_TYPE__ intptr_t; typedef
10 // CHECK-DAG: [[CAP_TYPE1:%.+]] = type { [[INTPTR_T:i.+]], [[INTPTR_T]]*, [[INTPTR_T]]* }
11 // CHECK-DAG: [[CAP_TYPE2:%.+]] = type { [[INTPTR_T]], [[INTPTR_T]]* }
12 // CHECK-DAG: [[CAP_TYPE3:%.+]] = type { [[INTPTR_T]]*, [[INTPTR_T]], [[INTPTR_T]], [[INTPTR_T]]*, [[INTPTR_T]]*
    [all...]
  /external/clang/test/OpenMP/
parallel_num_threads_codegen.cpp 8 typedef __INTPTR_TYPE__ intptr_t; typedef
18 intptr_t a, b, c;
19 S(intptr_t a) : a(a) {}
parallel_proc_bind_codegen.cpp 8 typedef __INTPTR_TYPE__ intptr_t; typedef
17 intptr_t a, b, c;
18 S(intptr_t a) : a(a) {}
  /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/syslinux/com32/include/bitsize32/
stdint.h 16 typedef int intptr_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 16 typedef long int intptr_t; typedef
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 21 typedef unsigned long intptr_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 19 typedef unsigned long intptr_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 74 typedef __intptr_t intptr_t; typedef
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 8 typedef int intptr_t; typedef
220 CALL_WRITEPARAM(intptr_t) // ERROR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 268 typedef __intptr_t intptr_t; typedef
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 41 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/
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/libusb/msvc/
stdint.h 36 #undef intptr_t macro
38 typedef __int64 intptr_t; typedef
40 typedef int intptr_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 57 // 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/
vcstdint.h 56 // 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/
stdint.h 46 typedef int32_t intptr_t; typedef
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 103 // Define _W64 macros to mark types changing their size, like intptr_t.
161 typedef signed __int64 intptr_t; typedef
164 typedef _W64 signed int intptr_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 83 typedef __INTPTR_TYPE__ intptr_t; typedef

Completed in 1339 milliseconds

1 2 3 4