Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.h32 OPR_SHL, OPR_SHR, enumerator
45 #define foldbinop(op) ((op) <= OPR_SHR)
Dlcode.c1593 case OPR_SHL: case OPR_SHR: { in luaK_infix()
1694 case OPR_SHR: { in luaK_posfix()
Dlparser.c1209 case TK_SHR: return OPR_SHR; in getbinopr()