Home | History | Annotate | Download | only in Sema

Lines Matching refs:isScalarType

4485   if (CondTy->isScalarType()) return false;
4505 if (!LHS.get()->getType()->isScalarType()) {
4510 if (!RHS.get()->getType()->isScalarType()) {
5865 if (EltTy->isRealFloatingType() && RHSType->isScalarType() &&
7100 if (!LHS.get()->getType()->isScalarType() ||
7101 !RHS.get()->getType()->isScalarType())
8376 if (resultType->isScalarType()) {
10769 if (!T->isScalarType()) { // C99 6.8.4.1p1