Searched refs:RhsType (Results 1 – 3 of 3) sorted by relevance
82 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in jacobisvd_solve() typedef85 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols)); in jacobisvd_solve()151 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in jacobisvd_verify_assert() typedef153 RhsType rhs(rows); in jacobisvd_verify_assert()
2000 TypeSourceInfo *RhsType; variable2014 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()
1397 E->RhsType = GetTypeSourceInfo(Record, Idx); in VisitBinaryTypeTraitExpr()