Home
last modified time | relevance | path

Searched refs:LEnum (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlvm.c502 l_sinline int LEnum (const TValue *l, const TValue *r) { in LEnum() function
560 return LEnum(l, r); in luaV_lessequal()
1622 op_order(L, l_lei, LEnum, lessequalothers); in luaV_execute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1486 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions() local
1489 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()