Home | History | Annotate | Download | only in AST

Lines Matching refs:isIntegerType

2127   assert(CharType->isIntegerType() && "unexpected character type");
2144 assert(CharType->isIntegerType() && "unexpected character type");
2896 if (!SubobjType->isIntegerType() || !RHS.isInt()) {
3021 if (!SubobjType->isIntegerType()) {
5668 if (SETy->isIntegerType()) {
5709 } else if (EltTy->isIntegerType()) {
5753 } else if (EltTy->isIntegerType()) {
5782 if (EltTy->isIntegerType())
6217 else if (ArgTy->isIntegerType())
8189 assert(SubExpr->getType()->isIntegerType() &&