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

1 2

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 138 bool isRValue() const {
SkylineMatrix.h 662 if (other.isRValue()) {
  /external/eigen/Eigen/src/SparseCore/
SparseAssign.h 81 if ((!transpose) && src.isRValue())
SparseMatrixBase.h 189 bool isRValue() const { return m_isRValue; }
SparseVector.h 303 if (other.isRValue())
SparseMatrix.h 756 if (other.isRValue())
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 265 if (other.isRValue())
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp     [all...]
SpvBuilder.h 498 bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value
523 accessChain.isRValue = true;
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 248 bool arg_is_rvalue = object_expr->Classify(*result.Context).isRValue();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprClassification.cpp 398 if (E->isRValue())
  /external/clang/lib/Sema/
Sema.cpp 373 if (VK == VK_RValue && !E->isRValue()) {
385 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaStmtAsm.cpp 609 if (!Result.get()->isRValue())
SemaCast.cpp 643 if (SrcExpr.get()->isRValue())
    [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 248 bool isRValue() const { return getValueKind() == VK_RValue; }
352 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 249 bool isRValue() const { return getValueKind() == VK_RValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h 249 bool isRValue() const { return getValueKind() == VK_RValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h 249 bool isRValue() const { return getValueKind() == VK_RValue; }
353 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h 250 bool isRValue() const { return getValueKind() == VK_RValue; }
356 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h 250 bool isRValue() const { return getValueKind() == VK_RValue; }
356 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]

Completed in 251 milliseconds

1 2