Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2654 QualType isPromotableBitField(Expr *E) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp796 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1538 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
10770 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6359 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext