Searched refs:SWIG_NewPointerObj (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-swigsafecast.swig | 4 SWIG_NewPointerObj(L, frame_sb, SWIGTYPE_p_lldb__SBFrame, 0); 9 SWIG_NewPointerObj(L, breakpoint_location_sb, 14 SWIG_NewPointerObj(L, watchpoint_sb, SWIGTYPE_p_lldb__SBWatchpoint, 0); 18 SWIG_NewPointerObj(L, structured_data_sb, SWIGTYPE_p_lldb__SBStructuredData,
|
| /src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1076 #define SWIG_NewPointerObj(L, ptr, type, owner) SWIG_Lua_NewPointerObj(L, (void *)ptr, type, … macro 1241 SWIG_NewPointerObj(L,entry->value.value.userdata.pvalue, in SWIG_Lua_elua_emulate_register() 2684 SWIG_NewPointerObj(L,constants[i].pvalue, *(constants[i]).ptype,0); in SWIG_Lua_InstallConstants() 3221 SWIG_NewPointerObj(L,array[i],type,own); in SWIG_write_ptr_array() 3893 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++; in _wrap_new_string__SWIG_0() 3913 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++; in _wrap_new_string__SWIG_1() 4157 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++; in _wrap_new_SBAddress__SWIG_0() 4181 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++; in _wrap_new_SBAddress__SWIG_1() 4210 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++; in _wrap_new_SBAddress__SWIG_2() 4237 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBAddress,1); SWIG_arg++; in _wrap_new_SBAddress__SWIG_3() [all …]
|
| /src/contrib/unbound/pythonmod/ |
| H A D | interface.i | 1605 py_edns = SWIG_NewPointerObj((void*) edns, SWIGTYPE_p_edns_data, 0); 1606 py_qstate = SWIG_NewPointerObj((void*) qstate, 1608 py_opt_list_out = SWIG_NewPointerObj((void*) opt_list_out, 1610 py_qinfo = SWIG_NewPointerObj((void*) qinfo, SWIGTYPE_p_query_info, 0); 1611 py_rep = SWIG_NewPointerObj((void*) rep, SWIGTYPE_p_reply_info, 0); 1612 py_repinfo = SWIG_NewPointerObj((void*) repinfo, SWIGTYPE_p_comm_reply, 0); 1613 py_region = SWIG_NewPointerObj((void*) region, SWIGTYPE_p_regional, 0); 1696 py_qinfo = SWIG_NewPointerObj((void*) qinfo, SWIGTYPE_p_query_info, 0); 1697 py_qstate = SWIG_NewPointerObj((void*) qstate, SWIGTYPE_p_module_qstate, 0); 1698 py_addr = SWIG_NewPointerObj((void *) addr, SWIGTYPE_p_sockaddr_storage, 0); [all …]
|
| /src/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};
|