Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h138 bool isRValue() const { in isRValue() function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h171 bool isRValue() const { return m_isRValue; } in isRValue() function
/external/clang/include/clang/AST/
DExpr.h247 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() function
351 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function