Lines Matching defs:ExprTy
4124 QualType ExprTy = E->getType();
4126 !E->isLValue() && ExprTy->hasFloatingRepresentation())
4242 QualType ExprTy = E->getType();
4243 assert(!ExprTy->isReferenceType());
4268 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(),
4272 return CheckVectorElementsTraitOperandType(*this, ExprTy, E->getExprLoc(),
4276 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(),
4307 ExprTy = E->getType();
4308 assert(!ExprTy->isReferenceType());
4310 if (ExprTy->isFunctionType()) {
4316 if (CheckObjCTraitOperandConstraints(*this, ExprTy, E->getExprLoc(),