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

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 138 bool isRValue() const {
SkylineMatrix.h 662 if (other.isRValue()) {
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 171 bool isRValue() const { return m_isRValue; }
193 // if (other.isRValue())
206 if ((!transpose) && other.isRValue())
SparseVector.h 243 if (other.isRValue())
SparseMatrix.h 705 if (other.isRValue())
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 263 if (other.isRValue())
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 423 if (!Result.get()->isRValue())
Sema.cpp 313 if (VK == VK_RValue && !E->isRValue()) {
325 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaCast.cpp 605 if (SrcExpr.get()->isRValue())
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 819 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) {
    [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprClassification.cpp 390 if (E->isRValue())
Expr.cpp 89 assert(BO->getRHS()->isRValue());
    [all...]
  /external/clang/include/clang/AST/
Expr.h 251 bool isRValue() const { return getValueKind() == VK_RValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 105 if (E->isRValue())
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 646 milliseconds