Searched refs:LEnum (Results 1 – 2 of 2) sorted by relevance
502 l_sinline int LEnum (const TValue *l, const TValue *r) { in LEnum() function560 return LEnum(l, r); in luaV_lessequal()1622 op_order(L, l_lei, LEnum, lessequalothers); in luaV_execute()
1486 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions() local1489 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()1496 << LHS->getSourceRange() << RHS->getSourceRange() << (int)ACK << LEnum in checkEnumArithmeticConversions()1498 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()