Home | History | Annotate | Download | only in Core

Lines Matching defs:RTy

1292   QualType RTy = R->getValueType();
1296 if (RTy->isAnyComplexType())
1307 if (RTy->isStructureOrClassType())
1311 if (RTy->isUnionType())
1314 if (RTy->isArrayType()) {
1315 if (RTy->isConstantArrayType())
1322 if (RTy->isVectorType())