HomeSort by relevance Sort by last modified time
    Searched refs:ttisstring (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o)))
ldebug.c 313 if (ttisstring(kvalue)) { /* literal constant? */
427 if (ttisstring(&p->k[b])) {
533 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
534 lua_assert(!ttisstring(p1) && !ttisnumber(p1));
lvm.c 38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
235 else if (ttisstring(l) && ttisstring(r))
247 else if (ttisstring(l) && ttisstring(r))
298 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
304 else if (ttisstring(top-2) && tsvalue(top-2)->len == 0) {
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
lgc.c 123 else if (ttisstring(o)) {
438 if (mode && ttisstring(mode) && /* is there a weak mode? */
829 const char *msg = (ttisstring(L->top - 1))
    [all...]
lapi.c 391 if (!ttisstring(o)) {
  /external/skia/third_party/lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o)))
ldebug.c 313 if (ttisstring(kvalue)) { /* literal constant? */
414 if (ttisstring(&p->k[b])) {
520 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
521 lua_assert(!ttisstring(p1) && !ttisnumber(p2));
lvm.c 38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
235 else if (ttisstring(l) && ttisstring(r))
247 else if (ttisstring(l) && ttisstring(r))
298 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
304 else if (ttisstring(top-2) && tsvalue(top-2)->len == 0) {
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
lgc.c 123 else if (ttisstring(o)) {
438 if (mode && ttisstring(mode) && /* is there a weak mode? */
822 const char *msg = (ttisstring(L->top - 1))
    [all...]
lapi.c 391 if (!ttisstring(o)) {
  /external/syslinux/com32/lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o)))
ldebug.c 313 if (ttisstring(kvalue)) { /* literal constant? */
427 if (ttisstring(&p->k[b])) {
533 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
534 lua_assert(!ttisstring(p1) && !ttisnumber(p1));
lvm.c 61 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
258 else if (ttisstring(l) && ttisstring(r))
270 else if (ttisstring(l) && ttisstring(r))
321 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
327 else if (ttisstring(top-2) && tsvalue(top-2)->len == 0) {
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
lgc.c 123 else if (ttisstring(o)) {
438 if (mode && ttisstring(mode) && /* is there a weak mode? */
829 const char *msg = (ttisstring(L->top - 1))
    [all...]
lapi.c 391 if (!ttisstring(o)) {

Completed in 815 milliseconds