Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSTy

6601   QualType RHSTy = E->getRHS()->getType();
6604 assert(RHSTy->isAnyComplexType() && "Invalid comparison");
6647 RHSTy->isRealFloatingType()) {
6680 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
6885 assert(RHSTy->isMemberPointerType() && "invalid comparison");
6923 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
6932 !RHSTy->isIntegralOrEnumerationType()) &&