Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12293 bool HasNarrowing = checkThreeWayNarrowingConversion( in checkArithmeticOrEnumeralThreeWayCompare() local
12295 HasNarrowing |= checkThreeWayNarrowingConversion(S, Type, RHS.get(), RHSType, in checkArithmeticOrEnumeralThreeWayCompare()
12297 if (HasNarrowing) in checkArithmeticOrEnumeralThreeWayCompare()