Searched refs:getComplexType (Results 1 – 13 of 13) sorted by relevance
36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function367 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()1045 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()1054 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
200 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
328 uint8_t getComplexType() const { in getComplexType() function356 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1041 QualType getComplexType(QualType T) const;1042 CanQualType getComplexType(CanQualType T) const { in getComplexType() function1043 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
906 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
1085 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()1086 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()1087 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()2308 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext2322 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()8122 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
692 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1519 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
186 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1051 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1054 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1088 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1151 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1223 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1231 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1244 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()3445 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
3443 NewElemTy = S.Context.getComplexType(NewElemTy); in handleModeAttr()
1543 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
5209 return Context.getComplexType(ElemType); in readTypeRecord()