Searched refs:LEnum (Results 1 – 2 of 2) sorted by relevance
509 l_sinline int LEnum (const TValue *l, const TValue *r) { in LEnum() function567 return LEnum(l, r); in luaV_lessequal()1623 op_order(L, l_lei, LEnum, lessequalothers); in luaV_execute()
1513 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions() local1516 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()1522 << LHS->getSourceRange() << RHS->getSourceRange() << (int)ACK << LEnum in checkEnumArithmeticConversions()1524 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()