Searched refs:tonumeral (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lcode.c | 56 static int tonumeral (const expdesc *e, TValue *v) { in tonumeral() function 105 default: return tonumeral(e, v); in luaK_exp2const() 1343 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding() 1508 if (tonumeral(e2, NULL) && luaK_exp2K(fs, e2)) /* K operand? */ in codearith() 1523 if (tonumeral(e1, NULL)) { /* is first operand a numeric constant? */ in codecommutative() 1660 if (!tonumeral(v, NULL)) in luaK_infix() 1667 if (!tonumeral(v, NULL)) in luaK_infix()
|