Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-swigsafecast.swig4 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,
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1197 SWIG_NewPointerObj(L,entry->value.value.userdata.pvalue, in SWIG_Lua_elua_emulate_register()
2638 SWIG_NewPointerObj(L,constants[i].pvalue, *(constants[i]).ptype,0); in SWIG_Lua_InstallConstants()
3167 SWIG_NewPointerObj(L,array[i],type,own); in SWIG_write_ptr_array()
3834 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++; in _wrap_new_string__SWIG_0()
3854 SWIG_NewPointerObj(L,result,SWIGTYPE_p_std__string,1); SWIG_arg++; in _wrap_new_string__SWIG_1()
6146 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBlock,1); SWIG_arg++; in _wrap_new_SBBlock__SWIG_0()
6170 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBBlock,1); SWIG_arg++; in _wrap_new_SBBlock__SWIG_1()
16901 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBData,1); SWIG_arg++; in _wrap_new_SBData__SWIG_0()
16925 SWIG_NewPointerObj(L,result,SWIGTYPE_p_lldb__SBData,1); SWIG_arg++; in _wrap_new_SBData__SWIG_1()
46521 SWIG_NewPointerObj(L,result,SWIGTYPE_p_void,0); SWIG_arg++; in _wrap_SBScriptObject_GetPointer()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};