Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1441 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions() local
1444 (REnum && L->isFloatingType())) { in checkEnumArithmeticConversions()
1450 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()