Searched refs:RhsT (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 203 template<typename LhsT, typename RhsT, bool NeedToTranspose> 207 typedef typename conditional<NeedToTranspose,RhsT,LhsT>::type Lhs1; 208 typedef typename conditional<NeedToTranspose,LhsT,RhsT>::type ActualRhs; 209 typedef Product<LhsT,RhsT,DefaultProduct> ProdXprType;
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 4325 QualType RhsT, SourceLocation KeyLoc); 4481 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait() argument 4482 assert(!LhsT->isDependentType() && !RhsT->isDependentType() && in EvaluateBinaryTypeTrait() 4495 const RecordType *rhsRecord = RhsT->getAs<RecordType>(); in EvaluateBinaryTypeTrait() 4498 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT) in EvaluateBinaryTypeTrait() 4508 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait() 4516 return Self.Context.hasSameType(LhsT, RhsT); in EvaluateBinaryTypeTrait() 4519 RhsT.getUnqualifiedType()); in EvaluateBinaryTypeTrait() 4548 if (RhsT->isFunctionType() || RhsT->isArrayType()) in EvaluateBinaryTypeTrait() 4552 if (RhsT->isVoidType()) in EvaluateBinaryTypeTrait() [all …]
|