Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1482 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions() local
1485 (REnum && L->isFloatingType())) { in checkEnumArithmeticConversions()
1491 } else if (!IsCompAssign && LEnum && REnum && in checkEnumArithmeticConversions()