Home | History | Annotate | Download | only in Core

Lines Matching defs:RTy

1389   QualType RTy = R->getValueType();
1393 if (RTy->isAnyComplexType())
1404 if (RTy->isStructureOrClassType())
1408 if (RTy->isUnionType())
1411 if (RTy->isArrayType()) {
1412 if (RTy->isConstantArrayType())
1419 if (RTy->isVectorType())