OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttisstring
(Results
1 - 13
of
13
) 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/lua/src/
ltm.c
95
if (
ttisstring
(name)) /* is '__name' a string? */
lvm.h
24
#define cvt2num(o)
ttisstring
(o)
lvm.c
368
else if (
ttisstring
(l) &&
ttisstring
(r)) /* both are strings? */
388
else if (
ttisstring
(l) &&
ttisstring
(r)) /* both are strings? */
455
(
ttisstring
(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))
479
if (!(
ttisstring
(top-2) || cvt2str(top-2)) || !tostring(L, top-1))
[
all
...]
lobject.h
148
#define
ttisstring
(o) checktype((o), LUA_TSTRING)
macro
169
#define tsvalue(o) check_exp(
ttisstring
(o), gco2ts(val_(o).gc))
ldebug.c
358
if (
ttisstring
(kvalue)) { /* literal constant? */
467
if (
ttisstring
(&p->k[b])) {
592
if (
ttisstring
(p1) || cvt2str(p1)) p1 = p2;
lgc.c
141
else if (
ttisstring
(o)) {
455
if (mode &&
ttisstring
(mode) && /* is there a weak mode? */
829
const char *msg = (
ttisstring
(L->top - 1))
[
all
...]
lapi.c
285
return (
ttisstring
(o) || cvt2str(o));
375
if (!
ttisstring
(o)) {
Completed in 551 milliseconds