Home
last modified time | relevance | path

Searched refs:SWIG_ConvertPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1081 #define SWIG_ConvertPtr(L,idx, ptr, type, flags) SWIG_Lua_ConvertPtr(L,idx,ptr,type,flags) macro
2598 if (!SWIG_IsOK(SWIG_ConvertPtr(L,index,&result,type,flags))){ in SWIG_Lua_MustGetPtr()
3187 if (!lua_isuserdata(L,-1) || SWIG_ConvertPtr(L,-1,&array[i],type,0)==-1){ in SWIG_DECLARE_TYPEMAP_ARR_FN()
3894 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_size()
3918 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_length()
3942 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_empty()
3966 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_c_str()
3990 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_data()
4015 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_assign()
4110 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_lldb__SBAddress,0))){ in _wrap_new_SBAddress__SWIG_1()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig377 if (SWIG_ConvertPtr(result.get(), (void **)&sbvalue_ptr,
461 if (SWIG_ConvertPtr(py_return, (void **)&sbvalue_ptr,
477 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBData, 0);
489 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBBreakpoint, 0);
501 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBAttachInfo, 0);
513 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBLaunchInfo, 0);
525 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBError, 0);
537 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBEvent, 0);
549 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBStream, 0);
561 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBValue, 0);
[all …]