Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

896   if (IntTy->isIntegerType()) {
1024 if (IntTy->isIntegerType()) {
3733 if (!IndexExpr->getType()->isIntegerType() && !IndexExpr->isTypeDependent())
4938 if (Ty->isVectorType() || Ty->isIntegerType()) {
5415 !Int.get()->getType()->isIntegerType())
6195 if (RHSType->isIntegerType()) {
6241 if (RHSType->isIntegerType()) {
6277 if (RHSType->isIntegerType()) {
6321 if (LHSType->isIntegerType()) {
6338 if (LHSType->isIntegerType()) {
6705 if (compType.isNull() || !compType->isIntegerType())
6952 if (!IExp->getType()->isIntegerType())
7012 if (RHS.get()->getType()->isIntegerType()) {
7799 if ((LHSType->isAnyPointerType() && RHSType->isIntegerType()) ||
7800 (LHSType->isIntegerType() && RHSType->isAnyPointerType())) {
7806 } else if ((LHSIsNull && LHSType->isIntegerType()) ||
7807 (RHSIsNull && RHSType->isIntegerType())) {
7826 if (LHSType->isIntegerType())
7837 && LHSType->isBlockPointerType() && RHSType->isIntegerType()) {
7842 && LHSType->isIntegerType() && RHSType->isBlockPointerType()) {
7966 if (LHS.get()->getType()->isIntegerType() &&
7968 RHS.get()->getType()->isIntegerType() && !RHS.get()->isValueDependent() &&
9432 if (!T->isIntegerType())
9468 if (!resultType->isIntegerType())
9478 if (!T->isIntegerType())
9806 !Idx->getType()->isIntegerType())