Searched refs:getComplexType (Results 1 – 17 of 17) sorted by relevance
36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function367 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()1046 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()1055 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
206 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
269 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
348 uint8_t getComplexType() const { in getComplexType() function376 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1051 QualType getComplexType(QualType T) const;1052 CanQualType getComplexType(CanQualType T) const { in getComplexType() function1053 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
348 uint8_t getComplexType() const { in getComplexType() function395 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1085 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()1086 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()1087 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()1088 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes()2317 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext2331 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()8264 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
692 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1602 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
185 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1063 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1066 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1100 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1205 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1277 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1285 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1298 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()3521 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
1644 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
3544 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
194 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1259 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
1414 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
5231 return Context.getComplexType(ElemType); in readTypeRecord()