Home | History | Annotate | Download | only in Core

Lines Matching defs:RTy

1182   QualType RTy = R->getValueType();
1186 if (RTy->isAnyComplexType())
1197 if (RTy->isStructureOrClassType())
1201 if (RTy->isUnionType())
1204 if (RTy->isArrayType()) {
1205 if (RTy->isConstantArrayType())
1212 if (RTy->isVectorType())