Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

2054         && (SrcExpr.get()->getType()->isIntegerType()
2149 if (SrcType->isIntegerType() && DestType->isIntegerType() &&
2279 (SrcType->isIntegerType() || SrcType->isFloatingType())) {