Searched refs:isRValue (Results 1 - 24 of 24) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h138 bool isRValue() const { function in class:Eigen::SkylineMatrixBase
H A DSkylineMatrix.h662 if (other.isRValue()) {
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h171 bool isRValue() const { return m_isRValue; } function in class:Eigen::SparseMatrixBase
193 // if (other.isRValue())
206 if ((!transpose) && other.isRValue())
H A DSparseVector.h243 if (other.isRValue())
H A DSparseMatrix.h705 if (other.isRValue())
1111 if(other.isRValue())
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h263 if (other.isRValue())
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp423 if (!Result.get()->isRValue())
H A DSema.cpp313 if (VK == VK_RValue && !E->isRValue()) {
325 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
H A DSemaCast.cpp605 if (SrcExpr.get()->isRValue())
1520 if (isa<RValueReferenceType>(DestTypeTmp) && SrcExpr.get()->isRValue()) {
H A DSemaExprCXX.cpp4027 case ET_IsRValueExpr: return E->isRValue();
4166 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
4848 if (!E->isRValue())
5742 if (E->isRValue()) {
H A DSemaExprMember.cpp873 assert((!isArrow || Base->isRValue()) && "-> base must be a pointer rvalue");
H A DSemaPseudoObject.cpp819 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) {
H A DSemaInit.cpp3872 (isLValueRef || InitCategory.isRValue())) {
4416 assert(src->isRValue());
5893 assert(CurInit.get()->isRValue() && "not a temporary");
H A DSemaOverload.cpp4341 ICS.Standard.BindsToRvalue = InitCategory.isRValue();
4802 if (!FromClassification.isRValue()) {
4821 ICS.Standard.BindsToRvalue = FromClassification.isRValue();
H A DSemaChecking.cpp4794 if (!E->isTypeDependent() && E->isRValue())
H A DSemaType.cpp1573 if (ArraySize && !ArraySize->isRValue()) {
H A DSemaExpr.cpp4918 assert(E.get()->isRValue());
/external/clang/lib/AST/
H A DExprConstant.cpp1325 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()
[all...]
H A DExprClassification.cpp390 if (E->isRValue())
H A DExpr.cpp89 assert(BO->getRHS()->isRValue());
/external/clang/include/clang/AST/
H A DExpr.h251 bool isRValue() const { return getValueKind() == VK_RValue; } function in class:clang::Expr
353 bool isRValue() const { return Kind >= CL_XValue; } function in class:clang::Expr::Classification
/external/clang/lib/CodeGen/
H A DCGExpr.cpp105 if (E->isRValue())
3380 if (ov == resultExpr && ov->isRValue() && !forLValue &&
H A DCGExprScalar.cpp3330 if (BaseExpr->isRValue()) {
/external/clang/lib/Analysis/
H A DCFG.cpp1070 if (!ME->isArrow() && ME->getBase()->isRValue()) {

Completed in 4562 milliseconds