Home | History | Annotate | Download | only in Sema

Lines Matching refs:isScalarType

5118     assert(eltType->isScalarType());
5435 if (CondTy->isScalarType()) return false;
5455 if (!LHS.get()->getType()->isScalarType()) {
5460 if (!RHS.get()->getType()->isScalarType()) {
7702 if (!R->isScalarType())
8415 if (!LHS.get()->getType()->isScalarType() ||
8416 !RHS.get()->getType()->isScalarType())
9888 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) {
12935 if (!T->isScalarType()) { // C99 6.8.4.1p1