Home
last modified time | relevance | path

Searched refs:getComplexType (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp33 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
393 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1095 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1104 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1219 QualType getComplexType(QualType T) const;
1220 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1221 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getComplexType() const { in getComplexType() function
395 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1281 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 ASTContext
2833 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
9435 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
H A DType.cpp766 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1031 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp194 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1386 if (D->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp998 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()
H A DSemaType.cpp1625 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp4022 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1444 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1203 return CompilerType(ast, ast->getComplexType(ClangUtil::GetQualType( in GetBuiltinTypeForDWARFEncodingAndBitSize()
1220 return CompilerType(ast, ast->getComplexType(ClangUtil::GetQualType( in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5899 return Context.getComplexType(ElemType); in readTypeRecord()