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