Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11914 QualType LHSStrippedType = LHSStripped.get()->getType(); in checkArithmeticOrEnumeralThreeWayCompare() local
11919 if (LHSStrippedType->isBooleanType() != RHSStrippedType->isBooleanType()) { in checkArithmeticOrEnumeralThreeWayCompare()
11925 int NumEnumArgs = (int)LHSStrippedType->isEnumeralType() + in checkArithmeticOrEnumeralThreeWayCompare()
11928 bool LHSIsEnum = LHSStrippedType->isEnumeralType(); in checkArithmeticOrEnumeralThreeWayCompare()
11929 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare()
11939 if (!S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType)) { in checkArithmeticOrEnumeralThreeWayCompare()
11944 LHSStrippedType->castAs<EnumType>()->getDecl()->getIntegerType(); in checkArithmeticOrEnumeralThreeWayCompare()