Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

923   if (IntTy->isIntegerType()) {
1051 if (IntTy->isIntegerType()) {
3913 if (!IndexExpr->getType()->isIntegerType() && !IndexExpr->isTypeDependent())
5159 if (Ty->isVectorType() || Ty->isIntegerType()) {
5674 !Int.get()->getType()->isIntegerType())
6454 if (RHSType->isIntegerType()) {
6500 if (RHSType->isIntegerType()) {
6536 if (RHSType->isIntegerType()) {
6581 if (LHSType->isIntegerType()) {
6598 if (LHSType->isIntegerType()) {
7003 if (compType.isNull() || !compType->isIntegerType())
7223 CharType->isIntegerType() &&
7303 if (!IExp->getType()->isIntegerType())
7363 if (RHS.get()->getType()->isIntegerType()) {
8193 if ((LHSType->isAnyPointerType() && RHSType->isIntegerType()) ||
8194 (LHSType->isIntegerType() && RHSType->isAnyPointerType())) {
8200 } else if ((LHSIsNull && LHSType->isIntegerType()) ||
8201 (RHSIsNull && RHSType->isIntegerType())) {
8220 if (LHSType->isIntegerType())
8231 && LHSType->isBlockPointerType() && RHSType->isIntegerType()) {
8236 && LHSType->isIntegerType() && RHSType->isBlockPointerType()) {
8361 if (LHS.get()->getType()->isIntegerType() &&
8363 RHS.get()->getType()->isIntegerType() && !RHS.get()->isValueDependent() &&
8807 ResType->getAs<VectorType>()->getElementType()->isIntegerType()) {
9863 if (!T->isIntegerType())
9899 if (!resultType->isIntegerType())
9909 if (!T->isIntegerType())
10237 !Idx->getType()->isIntegerType())