Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.c531 l_sinline int LEnum (const TValue *l, const TValue *r) { function
600 return LEnum(l, r);
1715 op_order(L, l_lei, LEnum, lessequalothers);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1437 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions() local
1440 if ((!IsCompAssign && LEnum && R->isFloatingType()) || in checkEnumArithmeticConversions()
1446 << (int)ACK << LEnum << L << R; in checkEnumArithmeticConversions()
1447 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()