Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12992 bool HasNarrowing = checkThreeWayNarrowingConversion( in checkArithmeticOrEnumeralThreeWayCompare() local
12994 HasNarrowing |= checkThreeWayNarrowingConversion(S, Type, RHS.get(), RHSType, in checkArithmeticOrEnumeralThreeWayCompare()
12996 if (HasNarrowing) in checkArithmeticOrEnumeralThreeWayCompare()