Searched refs:getComplexType (Results 1 – 14 of 14) sorted by relevance
34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function398 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()1122 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()1131 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
287 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
350 uint8_t getComplexType() const { in getComplexType() function397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1234 QualType getComplexType(QualType T) const;1235 CanQualType getComplexType(CanQualType T) const { in getComplexType() function1236 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
1406 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()1407 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()1408 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()1409 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes()3161 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext3175 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()10501 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
889 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1099 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1084 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1087 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1121 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1236 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1308 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1316 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1329 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()4014 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
1744 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
4258 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
6221 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
1518 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()