Lines Matching refs:TValue
55 static int tonumeral (const expdesc *e, TValue *v) { in tonumeral()
73 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val()
83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const()
542 static int addk (FuncState *fs, TValue *key, TValue *v) { in addk()
543 TValue val; in addk()
546 const TValue *idx = luaH_get(fs->ls->h, key); /* query scanner table */ in addk()
562 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
575 TValue o; in stringK()
588 TValue k, o; in luaK_intK()
598 TValue o; in luaK_numberK()
608 TValue o; in boolF()
618 TValue o; in boolT()
628 TValue k, v; in nilK()
674 static void const2exp (TValue *v, expdesc *e) { in const2exp()
1296 static int validop (int op, TValue *v1, TValue *v2) { in validop()
1317 TValue v1, v2, res; in constfolding()