Searched refs:SWIG_isptrtype (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1121 #define SWIG_isptrtype(L,I) (lua_isuserdata(L,I) || lua_isnil(L,I)) macro 3958 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::size",1,"std::string const *"); in _wrap_string_size() 3982 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::length",1,"std::string const *"); in _wrap_string_length() 4006 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::empty",1,"std::string const *"); in _wrap_string_empty() 4030 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::c_str",1,"std::string const *"); in _wrap_string_c_str() 4054 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::data",1,"std::string const *"); in _wrap_string_data() 4078 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::assign",1,"std::string *"); in _wrap_string_assign() 4327 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::IsValid",1,"lldb::SBAddress const *"); in _wrap_SBAddress_IsValid() 4350 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::Clear",1,"lldb::SBAddress *"); in _wrap_SBAddress_Clear() 4374 …if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::GetFileAddress",1,"lldb::SBAddress const … in _wrap_SBAddress_GetFileAddress() [all …]
|