Home
last modified time | relevance | path

Searched refs:VTRUE (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.c602 case VFALSE: case VTRUE: { in discharge2reg()
603 luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); in discharge2reg()
761 case VTRUE: e->u.info = boolK(fs, 1); goto vk; in luaK_exp2RK()
866 case VK: case VKFLT: case VKINT: case VTRUE: { in luaK_goiftrue()
914 e->k = VTRUE; /* true == not nil == not false */ in codenot()
917 case VK: case VKFLT: case VKINT: case VTRUE: { in codenot()
Dlparser.h29 VTRUE, /* constant true */ enumerator
Dlparser.c954 init_exp(v, VTRUE, 0); in simpleexp()