HomeSort by relevance Sort by last modified time
    Searched defs:isRValue (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 138 bool isRValue() const {
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 168 bool isRValue() const { return m_isRValue; }
190 // if (other.isRValue())
203 if ((!transpose) && other.isRValue())
  /external/clang/include/clang/AST/
Expr.h 251 bool isRValue() const { return getValueKind() == VK_RValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]

Completed in 131 milliseconds