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.cpp1077 #define SWIG_ConvertPtr(L,idx, ptr, type, flags) SWIG_Lua_ConvertPtr(L,idx,ptr,type,flags) macro
2594 if (!SWIG_IsOK(SWIG_ConvertPtr(L,index,&result,type,flags))){ in SWIG_Lua_MustGetPtr()
3176 if (!lua_isuserdata(L,-1) || SWIG_ConvertPtr(L,-1,&array[i],type,0)==-1){ in SWIG_DECLARE_TYPEMAP_ARR_FN()
3960 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_size()
3984 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_length()
4008 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_empty()
4032 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_c_str()
4056 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_data()
4081 if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_std__string,0))){ in _wrap_string_assign()
4176 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.swig473 if (SWIG_ConvertPtr(result.get(), (void **)&sbvalue_ptr,
557 if (SWIG_ConvertPtr(py_return, (void **)&sbvalue_ptr,
573 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBData, 0);
585 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBBreakpoint, 0);
597 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBAttachInfo, 0);
609 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBLaunchInfo, 0);
621 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBError, 0);
633 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBEvent, 0);
645 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBStream, 0);
657 SWIG_ConvertPtr(data, (void **)&sb_ptr, SWIGTYPE_p_lldb__SBValue, 0);
[all …]