Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSTy

7196   QualType RHSTy = E->getRHS()->getType();
7198 if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
7258 RHSTy->isRealFloatingType()) {
7291 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
7508 assert(RHSTy->isMemberPointerType() && "invalid comparison");
7546 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
7555 !RHSTy->isIntegralOrEnumerationType()) &&