Searched refs:SrcElementType (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 4921 QualType SrcElementType = SrcType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local 4925 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue() 4927 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
|