Home
last modified time | relevance | path

Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance

/external/Microsoft-GSL/include/gsl/
Dgsl_algorithm40 template <class SrcElementType, std::ptrdiff_t SrcExtent, class DestElementType,
42 void copy(span<SrcElementType, SrcExtent> src, span<DestElementType, DestExtent> dest)
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2809 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()