Home | History | Annotate | Download | only in AST

Lines Matching refs:isRValue

1025   if (!E->isRValue() || E->getType()->isLiteralType())
1155 assert(E->isRValue() && "missing lvalue-to-rvalue conv in bool condition");
2760 } else if (E->getBase()->isRValue()) {
2940 if (E->GetTemporaryExpr()->isRValue()) {
3098 assert(E->isRValue() && E->getType()->hasPointerRepresentation());
3280 assert(E->isRValue() && E->getType()->isMemberPointerType());
3572 assert(E->isRValue() && E->getType()->isRecordType() &&
3620 assert(E->isRValue() && E->getType()->isRecordType());
3662 assert(E->isRValue() && E->getType()->isVectorType() &&"not a vector rvalue");
3851 assert(E->isRValue() && E->getType()->isArrayType() && "not an array rvalue");
4121 assert(E->isRValue() && E->getType()->isIntegralOrEnumerationType());
5566 assert(E->isRValue() && E->getType()->isRealFloatingType());
5795 assert(E->isRValue() && E->getType()->isAnyComplexType());
6168 assert(E->isRValue() && E->getType()->isVoidType());
6251 if (E->isRValue()) {
6300 if (isRValue() && (getType()->isArrayType() || getType()->isRecordType()) &&
6347 if (isRValue() && (getType()->isArrayType() || getType()->isRecordType()) &&