Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
/external/Microsoft-GSL/include/gsl/ |
D | gsl_algorithm | 40 template <class SrcElementType, std::ptrdiff_t SrcExtent, class DestElementType, 42 void copy(span<SrcElementType, SrcExtent> src, span<DestElementType, DestExtent> dest)
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2809 auto SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local 2812 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue() 2814 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
|