Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1903 QualType isPromotableBitField(Expr *E) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp683 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1234 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
7110 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp4335 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext