Home
last modified time | relevance | path

Searched refs:RhsType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Djacobisvd.cpp82 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in jacobisvd_solve() typedef
85 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols)); in jacobisvd_solve()
151 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in jacobisvd_verify_assert() typedef
153 RhsType rhs(rows); in jacobisvd_verify_assert()
/external/clang/include/clang/AST/
DExprCXX.h2000 TypeSourceInfo *RhsType; variable
2014 LhsType(lhsType), RhsType(rhsType) { } in BinaryTypeTraitExpr()
2019 LhsType(), RhsType() { } in BinaryTypeTraitExpr()
2029 QualType getRhsType() const { return RhsType->getType(); } in getRhsType()
2032 TypeSourceInfo *getRhsTypeSourceInfo() const { return RhsType; } in getRhsTypeSourceInfo()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1397 E->RhsType = GetTypeSourceInfo(Record, Idx); in VisitBinaryTypeTraitExpr()