Searched defs:isRValue (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h138 bool isRValue() const { function in class:Eigen::SkylineMatrixBase
/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())
/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

Completed in 2015 milliseconds