Home
last modified time | relevance | path

Searched refs:lua_isinteger (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlmathlib.c30 if (lua_isinteger(L, 1)) { in math_abs()
96 if (lua_isinteger(L, 1)) in math_floor()
107 if (lua_isinteger(L, 1)) in math_ceil()
118 if (lua_isinteger(L, 1) && lua_isinteger(L, 2)) { in math_fmod()
140 if (lua_isinteger(L ,1)) { in math_modf()
236 lua_pushstring(L, (lua_isinteger(L, 1)) ? "integer" : "float"); in math_type()
H A Dlauxlib.c674 lua_assert(lua_isinteger(L, -1)); in luaL_ref()
693 lua_assert(lua_isinteger(L, -1)); in luaL_unref()
898 if (lua_isinteger(L, idx)) in luaL_tolstring()
H A Dlua.h196 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
H A Dliolib.c666 int len = lua_isinteger(L, arg) in g_write()
H A Dlapi.c303 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function
H A Dlstrlib.c1189 if (!lua_isinteger(L, arg)) /* float? */
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4201 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddress::SBAddress",2,"lldb::addr_t"); in _wrap_new_SBAddress__SWIG_2()
4228 if(!lua_isinteger(L,1)) SWIG_fail_arg("lldb::SBAddress::SBAddress",1,"lldb::addr_t"); in _wrap_new_SBAddress__SWIG_3()
4433 if(!lua_isinteger(L,3)) SWIG_fail_arg("lldb::SBAddress::SetAddress",3,"lldb::addr_t"); in _wrap_SBAddress_SetAddress()
4466 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddress::SetLoadAddress",2,"lldb::addr_t"); in _wrap_SBAddress_SetLoadAddress()
4499 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddress::OffsetAddress",2,"lldb::addr_t"); in _wrap_SBAddress_OffsetAddress()
4557 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddress::GetSymbolContext",2,"uint32_t"); in _wrap_SBAddress_GetSymbolContext()
4932 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddressRange::SBAddressRange",2,"lldb::addr_t"); in _wrap_new_SBAddressRange__SWIG_2()
5357 …if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAddressRangeList::GetAddressRangeAtIndex",2,"uint64… in _wrap_SBAddressRangeList_GetAddressRangeAtIndex()
5616 if(!lua_isinteger(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SBAttachInfo",1,"lldb::pid_t"); in _wrap_new_SBAttachInfo__SWIG_1()
5812 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessID",2,"lldb::pid_t"); in _wrap_SBAttachInfo_SetProcessID()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig14 %typemap(in,checkfn="lua_isinteger") TYPE
16 %typemap(in,checkfn="lua_isinteger") const TYPE&($basetype temp)
24 %typemap(in,checkfn="lua_isinteger") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
37 %typemap(in,checkfn="lua_isinteger") const TYPE *INPUT($*ltype temp)
/freebsd/libexec/flua/libfreebsd/sys/linker/
H A Dlinker.c44 if (lua_isinteger(L, 1)) { in lua_kldunload()
/freebsd/libexec/flua/modules/
H A Dlposix.c95 if (lua_isinteger(L, 2)) in lua_chown()
112 if (lua_isinteger(L, 3)) in lua_chown()