Searched refs:getComplexType (Results 1 – 14 of 14) sorted by relevance
33 static const ComplexType *getComplexType(QualType type) { in getComplexType() function393 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()1095 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()1104 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
1219 QualType getComplexType(QualType T) const;1220 CanQualType getComplexType(CanQualType T) const { in getComplexType() function1221 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
348 uint8_t getComplexType() const { in getComplexType() function395 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
1281 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()1282 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()1283 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()1284 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes()2819 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext2833 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()9435 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
766 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
1031 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
194 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
1386 if (D->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
998 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()1001 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()1035 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()1139 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()1211 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1219 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()1232 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()3593 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
1625 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
4022 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
1444 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
1203 return CompilerType(ast, ast->getComplexType(ClangUtil::GetQualType( in GetBuiltinTypeForDWARFEncodingAndBitSize()1220 return CompilerType(ast, ast->getComplexType(ClangUtil::GetQualType( in GetBuiltinTypeForDWARFEncodingAndBitSize()
5899 return Context.getComplexType(ElemType); in readTypeRecord()