Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h22 VTRUE, enumerator
Dlcode.c428 case VFALSE: case VTRUE: { in discharge2reg()
429 luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); in discharge2reg()
531 case VTRUE: in luaK_exp2RK()
535 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()
630 case VK: case VKNUM: case VTRUE: { in luaK_goiftrue()
672 e->k = VTRUE; in codenot()
675 case VK: case VKNUM: case VTRUE: { in codenot()
Dlparser.c955 init_exp(v, VTRUE, 0); in simpleexp()