Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h138 bool isRValue() const { in isRValue() function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h189 bool isRValue() const { return m_isRValue; } in isRValue() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h616 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value member
/external/clang/include/clang/AST/
DExpr.h248 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() function
352 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h273 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() function
379 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function