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 171 bool isRValue() const { return m_isRValue; }
193 // if (other.isRValue())
206 if ((!transpose) && other.isRValue())
  /external/clang/include/clang/AST/
Expr.h 247 bool isRValue() const { return getValueKind() == VK_RValue; }
351 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]

Completed in 281 milliseconds