Searched refs:LEnum (Results 1 – 2 of 2) sorted by relevance
531 l_sinline int LEnum (const TValue *l, const TValue *r) { function600 return LEnum(l, r);1715 op_order(L, l_lei, LEnum, lessequalothers);
1437 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions() local1440 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()1446 << (int)ACK << LEnum << L << R; in checkEnumArithmeticConversions()1447 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()