Searched refs:SWIG_isptrtype (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1125 #define SWIG_isptrtype(L,I) (lua_isuserdata(L,I) || lua_isnil(L,I)) macro 3892 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::size",1,"std::string const *"); in _wrap_string_size() 3916 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::length",1,"std::string const *"); in _wrap_string_length() 3940 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::empty",1,"std::string const *"); in _wrap_string_empty() 3964 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::c_str",1,"std::string const *"); in _wrap_string_c_str() 3988 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::data",1,"std::string const *"); in _wrap_string_data() 4012 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("std::string::assign",1,"std::string *"); in _wrap_string_assign() 4261 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::IsValid",1,"lldb::SBAddress const *"); in _wrap_SBAddress_IsValid() 4284 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::Clear",1,"lldb::SBAddress *"); in _wrap_SBAddress_Clear() 4308 …if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::GetFileAddress",1,"lldb::SBAddress const … in _wrap_SBAddress_GetFileAddress() [all …]
|