Home
last modified time | relevance | path

Searched refs:voidptr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/examples/summaries/cocoa/
DNSSet.py184 if not (self.sys_params.types_cache.voidptr):
185 self.sys_params.types_cache.voidptr = self.valobj.GetType(
202 "bag_impl", self.offset(), self.sys_params.types_cache.voidptr)
DNSDate.py171 if not (self.sys_params.types_cache.voidptr):
172 self.sys_params.types_cache.voidptr = self.valobj.GetType(
187 "tz_name", self.offset(), self.sys_params.types_cache.voidptr)
/external/marisa-trie/bindings/perl/
Dmarisa-swig_wrap.cxx1140 void *voidptr = (void *)0; in SWIG_Perl_ConvertPtrAndOwn() local
1171 voidptr = INT2PTR(void *,tmp); in SWIG_Perl_ConvertPtrAndOwn()
1194 *ptr = SWIG_TypeCast(tc,voidptr,&newmemory); in SWIG_Perl_ConvertPtrAndOwn()
1202 *ptr = voidptr; in SWIG_Perl_ConvertPtrAndOwn()