Searched refs:getComplexType (Results 1 – 12 of 12) sorted by relevance
36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function367 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()1037 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()1046 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
328 uint8_t getComplexType() const { in getComplexType() function356 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
969 QualType getComplexType(QualType T) const;970 CanQualType getComplexType(CanQualType T) const { in getComplexType() function971 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
873 …return ClangASTType (ast, ast->getComplexType (complex_int_clang_type.GetQualType()).getAsOpaquePt… in GetBuiltinTypeForDWARFEncodingAndBitSize()888 …return ClangASTType (ast, ast->getComplexType (complex_float_clang_type.GetQualType()).getAsOpaque… in GetBuiltinTypeForDWARFEncodingAndBitSize()
1047 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()1048 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()1049 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()2249 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext2263 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()8048 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
669 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1519 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
908 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
1038 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1041 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1075 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1138 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1210 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1218 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1231 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()3483 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
3216 NewElemTy = S.Context.getComplexType(NewElemTy); in handleModeAttr()
1519 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
4975 return Context.getComplexType(ElemType); in readTypeRecord()