Lines Matching refs:TValue
43 static int tonumeral(const expdesc *e, TValue *v) { in tonumeral()
428 static int addk (FuncState *fs, TValue *key, TValue *v) { in addk()
431 TValue *idx = luaH_set(L, fs->ls->h, key); /* index scanner table */ in addk()
446 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
459 TValue o; in luaK_stringK()
472 TValue k, o; in luaK_intK()
482 TValue o; in luaK_numberK()
492 TValue o; in boolK()
502 TValue k, v; in nilK()
960 static int validop (int op, TValue *v1, TValue *v2) { in validop()
980 TValue v1, v2, res; in constfolding()