Searched refs:getComplexType (Results 1 – 15 of 15) 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()
350 uint8_t getComplexType() const { in getComplexType() function397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1279 QualType getComplexType(QualType T) const;1280 CanQualType getComplexType(CanQualType T) const { in getComplexType() function1281 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()3176 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext3190 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()10548 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
889 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1117 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1602 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
1099 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1102 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1136 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1251 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1323 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1331 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1344 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()4047 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
1768 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
4349 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
6470 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
1518 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
982 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()998 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()