Searched refs:SWIG_Lua_pushferrstring (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 977 SWIG_Lua_pushferrstring (lua_State *L, const char *fmt, ...) in SWIG_Lua_pushferrstring() function 1096 {SWIG_Lua_pushferrstring(L,"Error in %s (arg %d), expected '%s' got '%s'",\ 1103 …{SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L))… 1790 …SWIG_Lua_pushferrstring(L,"Assignment not possible. No setter/member with this name. For custom as… in SWIG_Lua_class_set() 2195 …SWIG_Lua_pushferrstring(L,"The metamethod proxy is set, but it failed to find actual metamethod. M… in SWIG_Lua_resolve_metamethod() 3121 SWIG_Lua_pushferrstring(L,"expected a table of size %d",size);\ 3187 SWIG_Lua_pushferrstring(L,"expected a table of size %d",size); in SWIG_get_ptr_array_fixed() 3192 SWIG_Lua_pushferrstring(L,"table must contain pointers of type %s",type->name); in SWIG_get_ptr_array_fixed() 3211 SWIG_Lua_pushferrstring(L,"table must contain pointers of type %s",type->name); in SWIG_get_ptr_array_var()
|