HomeSort by relevance Sort by last modified time
    Searched full:vptr (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/misc/common/swig/include/2.0.11/octave/
director.swg 14 Director(void *vptr):self(0), swig_disowned(false) {
15 set_rtdir(vptr, this);
76 SWIGINTERNINLINE void set_rtdir(void *vptr, Director *d) {
79 (*rm)[vptr] = d;
82 SWIGINTERNINLINE void erase_rtdir(void *vptr) {
85 (*rm).erase(vptr);
88 SWIGINTERNINLINE Director *get_rtdir(void *vptr) {
92 rtdir_map::const_iterator pos = rm->find(vptr);
111 SWIGRUNTIME void swig_acquire_ownership(void *vptr) {
116 SWIGRUNTIME void swig_acquire_ownership_array(void *vptr) {
    [all...]
std_basic_string.i 52 std::wstring *vptr;
53 if (SWIG_ConvertPtr(obj, (void**)&vptr, string_info, 0) == SWIG_OK) {
54 if (val) *val = vptr;
  /ndk/sources/host-tools/make-3.81/
vmsify.c 225 char *vptr; local
233 vptr = vmsname;
311 strncpy (vptr, s, s1-s); /* copy up to but not including ']' */
312 vptr += s1-s;
320 *vptr++ = '.';
327 *vptr++ = ']';
378 strcpy (vptr, "[.");
379 vptr += 2;
381 copyto (&vptr, &fptr, 0, (type==1));
383 *vptr++ = ']'
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
implicit.swg 75 Type *vptr;
77 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
79 if (val) *val = vptr;
111 Type *vptr;
113 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
115 if (val) *val = vptr;
149 Type *vptr;
151 int res = SWIG_ConvertPtr(obj, (void **)&vptr, desc, 0);
153 if (val) *val = vptr;
190 Type *vptr;
    [all...]
std_strings.swg 27 String *vptr;
28 int res = SWIG_ConvertPtr(obj, (void**)&vptr, descriptor, 0);
29 if (SWIG_IsOK(res) && val) *val = vptr;
  /external/llvm/test/CodeGen/SystemZ/
frame-13.ll 211 define void @f10(i32 *%vptr) {
225 %i0 = load volatile i32 *%vptr
226 %i1 = load volatile i32 *%vptr
227 %i3 = load volatile i32 *%vptr
228 %i4 = load volatile i32 *%vptr
229 %i5 = load volatile i32 *%vptr
236 store volatile i32 %i0, i32 *%vptr
237 store volatile i32 %i1, i32 *%vptr
238 store volatile i32 %i3, i32 *%vptr
239 store volatile i32 %i4, i32 *%vptr
    [all...]
frame-14.ll 232 define void @f10(i32 *%vptr) {
248 %i0 = load volatile i32 *%vptr
249 %i1 = load volatile i32 *%vptr
250 %i3 = load volatile i32 *%vptr
251 %i4 = load volatile i32 *%vptr
252 %i5 = load volatile i32 *%vptr
259 store volatile i32 %i0, i32 *%vptr
260 store volatile i32 %i1, i32 *%vptr
261 store volatile i32 %i3, i32 *%vptr
262 store volatile i32 %i4, i32 *%vptr
    [all...]
frame-16.ll 222 define void @f10(i32 *%vptr, i8 %byte) {
236 %i0 = load volatile i32 *%vptr
237 %i1 = load volatile i32 *%vptr
238 %i4 = load volatile i32 *%vptr
239 %i5 = load volatile i32 *%vptr
246 store volatile i32 %i0, i32 *%vptr
247 store volatile i32 %i1, i32 *%vptr
248 store volatile i32 %i4, i32 *%vptr
249 store volatile i32 %i5, i32 *%vptr
257 define void @f11(i32 *%vptr, i8 %byte)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlstrings.swg 33 char* vptr = 0;
34 if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_descriptor, 0) == SWIG_OK) {
35 if (cptr) *cptr = vptr;
36 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystrings.swg 27 void* vptr = 0;
28 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
29 if (cptr) *cptr = (char *)vptr;
30 if (psize) *psize = vptr ? (strlen((char*)vptr) + 1) : 0;
std_basic_string.i 20 std::string *vptr;
21 if (SWIG_ConvertPtr(obj, (void**)&vptr, string_info, 0) == SWIG_OK) {
22 if (val) *val = vptr;
65 std::wstring *vptr;
66 if (SWIG_ConvertPtr(obj, (void**)&vptr, string_info, 0) == SWIG_OK) {
67 if (val) *val = vptr;
director.swg 338 void swig_acquire_ownership_array(Type *vptr) const
340 if (vptr) {
342 swig_owner[vptr] = new GCArray_T<Type>(vptr);
347 void swig_acquire_ownership(Type *vptr) const
349 if (vptr) {
351 swig_owner[vptr] = new GCItem_T<Type>(vptr);
355 void swig_acquire_ownership_obj(void *vptr, ruby_owntype own) const
357 if (vptr && own)
    [all...]
rubywstrings.swg 41 // void * vptr = 0;
42 // if (SWIG_ConvertPtr(obj, &vptr, pwchar_descriptor, 0) == SWIG_OK) {
43 // if (cptr) *cptr = (wchar_t *)vptr;
44 // if (psize) *psize = vptr ? (wcslen((wchar_t *)vptr) + 1) : 0;
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_basic_string.i 16 std::string *vptr;
17 if (SWIG_ConvertPtr(obj, (void**)&vptr, string_info, 0) == SWIG_OK) {
18 if (val) *val = vptr;
66 std::wstring *vptr;
67 if (SWIG_ConvertPtr(obj, (void**)&vptr, string_info, 0) == SWIG_OK) {
68 if (val) *val = vptr;
pywstrings.swg 39 void * vptr = 0;
40 if (SWIG_ConvertPtr(obj, &vptr, pwchar_descriptor, 0) == SWIG_OK) {
41 if (cptr) *cptr = (wchar_t *)vptr;
42 if (psize) *psize = vptr ? (wcslen((wchar_t *)vptr) + 1) : 0;
director.swg 76 SWIGINTERNINLINE void set_rtdir(void *vptr, Director *rtdir) {
77 get_rtdir_map()[vptr] = rtdir;
80 SWIGINTERNINLINE Director *get_rtdir(void *vptr) {
81 std::map<void*,Director*>::const_iterator pos = get_rtdir_map().find(vptr);
424 void swig_acquire_ownership_array(Type *vptr) const
426 if (vptr) {
428 swig_owner[vptr] = new GCArray_T<Type>(vptr);
433 void swig_acquire_ownership(Type *vptr) const
435 if (vptr) {
    [all...]
file.i 14 void *vptr = 0;
16 if ((SWIG_ConvertPtr(obj, &vptr, desc, 0)) == SWIG_OK) {
17 if (val) *val = (FILE *)vptr;
pystrings.swg 68 void* vptr = 0;
69 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
70 if (cptr) *cptr = (char *) vptr;
71 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
  /external/clang/test/CodeGenCXX/
microsoft-abi-virtual-member-pointers.cpp 65 // CHECK32: [[VPTR:%.*]] = getelementptr inbounds void (%struct.C*)** %{{.*}}, i64 0
66 // CHECK32: [[CALLEE:%.*]] = load void (%struct.C*)** [[VPTR]]
72 // CHECK64: [[VPTR:%.*]] = getelementptr inbounds void (%struct.C*)** %{{.*}}, i64 0
73 // CHECK64: [[CALLEE:%.*]] = load void (%struct.C*)** [[VPTR]]
80 // CHECK32: [[VPTR:%.*]] = getelementptr inbounds i32 (%struct.C*, i32, double)** %{{.*}}, i64 1
81 // CHECK32: [[CALLEE:%.*]] = load i32 (%struct.C*, i32, double)** [[VPTR]]
87 // CHECK64: [[VPTR:%.*]] = getelementptr inbounds i32 (%struct.C*, i32, double)** %{{.*}}, i64 1
88 // CHECK64: [[CALLEE:%.*]] = load i32 (%struct.C*, i32, double)** [[VPTR]]
95 // CHECK32: [[VPTR:%.*]] = getelementptr inbounds void (%struct.C*, %struct.S*, i32)** %{{.*}}, i64 2
96 // CHECK32: [[CALLEE:%.*]] = load void (%struct.C*, %struct.S*, i32)** [[VPTR]]
    [all...]
catch-undef-behavior2.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsanitize=signed-integer-overflow,integer-divide-by-zero,float-divide-by-zero,shift,unreachable,return,vla-bound,alignment,null,vptr,object-size,float-cast-overflow,bool,enum,array-bounds,function -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
  /external/llvm/test/CodeGen/R600/
32-bit-local-address-space.ll 24 ; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[SPTR]]
25 ; CHECK: DS_READ_B32 [[VPTR]]
35 ; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], s{{[0-9]+}}
36 ; CHECK: DS_READ_B32 v{{[0-9]+}}, [[VPTR]], 0x4,
48 ; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[SPTR]]
49 ; CHECK: DS_READ_B32 [[VPTR]]
120 ; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], s{{[0-9]+}}
122 ; CHECK: DS_WRITE_B32 [[VPTR]], [[VAL]], 0x4
132 ; CHECK: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[SPTR]]
133 ; CHECK: DS_WRITE_B32 [[VPTR]], v{{[0-9]+}},
    [all...]
atomic_cmp_swap_local.ll 7 ; SI-DAG: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[PTR]]
9 ; SI: DS_CMPST_RTN_B32 [[RESULT:v[0-9]+]], [[VPTR]], [[VCMP]], [[VSWAP]], 0x10, [M0]
25 ; SI-DAG: V_MOV_B32_e32 [[VPTR:v[0-9]+]], [[PTR]]
28 ; SI: DS_CMPST_RTN_B64 [[RESULT:v\[[0-9]+:[0-9]+\]]], [[VPTR]], v{{\[}}[[LOVCMP]]:[[HIVCMP]]{{\]}}, v{{\[}}[[LOSWAPV]]:[[HISWAPV]]{{\]}}, 0x20, [M0]
  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr.cpp 1 // RUN: %clangxx -fsanitize=vptr %s -O3 -o %t
80 // CHECK-MEMBER: vptr.cpp:[[@LINE+5]]:15: runtime error: member access within address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
84 // CHECK-MEMBER-NEXT: {{^ vptr for}} [[DYN_TYPE]]
87 // CHECK-NULL-MEMBER: vptr.cpp:[[@LINE-2]]:15: runtime error: member access within address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
88 // CHECK-NULL-MEMBER-NEXT: [[PTR]]: note: object has invalid vptr
91 // CHECK-NULL-MEMBER-NEXT: {{^ invalid vptr}}
94 // CHECK-MEMFUN: vptr.cpp:[[@LINE+5]]:12: runtime error: member call on address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
98 // CHECK-MEMFUN-NEXT: {{^ vptr for}} [[DYN_TYPE]]
102 // CHECK-OFFSET: vptr.cpp:[[@LINE+5]]:12: runtime error: member call on address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'U'
106 // CHECK-OFFSET-NEXT: {{^ ( )?vptr for}} 'T' base class of [[DYN_TYPE]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
extend.c 163 unsigned char *VPtr)
169 VPtr += ybf->uv_stride * 6;
175 VPtr[i] = VPtr[-1];
180 VPtr += ybf->uv_stride;
186 VPtr[i] = VPtr[-1];
  /external/libvpx/libvpx/vp8/common/
extend.c 163 unsigned char *VPtr)
169 VPtr += ybf->uv_stride * 6;
175 VPtr[i] = VPtr[-1];
180 VPtr += ybf->uv_stride;
186 VPtr[i] = VPtr[-1];

Completed in 521 milliseconds

1 2 3 4 5 6 7 8