Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1346 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions() local
1347 if (!LHSBitfieldPromoteTy.isNull()) in UsualArithmeticConversions()
1348 LHSType = LHSBitfieldPromoteTy; in UsualArithmeticConversions()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1526 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions() local
1527 if (!LHSBitfieldPromoteTy.isNull()) in UsualArithmeticConversions()
1528 LHSType = LHSBitfieldPromoteTy; in UsualArithmeticConversions()