Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2795 QualType isPromotableBitField(Expr *E) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp854 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1591 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
11944 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7100 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext