Home | History | Annotate | Download | only in AST

Lines Matching refs:isRValue

1325   if (!E->isRValue() || E->getType()->isLiteralType(Info.Ctx))
1470 assert(E->isRValue() && "missing lvalue-to-rvalue conv in bool condition");
4235 } else if (E->getBase()->isRValue()) {
4685 assert(E->isRValue() && E->getType()->hasPointerRepresentation());
4862 assert(E->isRValue() && E->getType()->isMemberPointerType());
5224 assert(E->isRValue() && E->getType()->isRecordType() &&
5273 assert(E->isRValue() && E->getType()->isRecordType());
5315 assert(E->isRValue() && E->getType()->isVectorType() &&"not a vector rvalue");
5506 assert(E->isRValue() && E->getType()->isArrayType() && "not an array rvalue");
5802 assert(E->isRValue() && E->getType()->isIntegralOrEnumerationType());
7333 assert(E->isRValue() && E->getType()->isRealFloatingType());
7546 assert(E->isRValue() && E->getType()->isAnyComplexType());
7932 assert(E->isRValue() && E->getType()->isAtomicType());
7962 assert(E->isRValue() && E->getType()->isVoidType());
8050 if (E->isRValue()) {
8106 if (Exp->isRValue() && (Exp->getType()->isArrayType() ||
8169 if (isRValue() && (getType()->isArrayType() || getType()->isRecordType()) &&
8368 if (E->isRValue())