Searched refs:getComplexType (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp33 static const ComplexType *getComplexType(QualType type) { function
395 CGF.ConvertType(getComplexType(E->getType())->getElementType());
1109 assert(E && getComplexType(E->getType()) &&
1118 assert(E && getComplexType(E->getType()) &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { function in class:llvm::object::COFFSymbolRef
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1235 QualType getComplexType(QualType T) const;
1236 CanQualType getComplexType(CanQualType T) const { function in class:clang::ASTContext::DynTypedNodeList
1237 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1452 FloatComplexTy = getComplexType(FloatTy);
1453 DoubleComplexTy = getComplexType(DoubleTy);
1454 LongDoubleComplexTy = getComplexType(LongDoubleTy);
1455 Float128ComplexTy = getComplexType(Float128Ty);
3068 /// getComplexType - Return the uniqued reference to the type for a complex
3070 QualType ASTContext::getComplexType(QualType T) const { function in class:ASTContext
3084 Canonical = getComplexType(getCanonicalType(T));
9774 Type = Context.getComplexType(ElementType);
H A DType.cpp834 return Ctx.getComplexType(elementType);
H A DASTImporter.cpp1095 return Importer.getToContext().getComplexType(*ToElementTypeOrErr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp193 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION)
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1545 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1472 W.printEnum ("ComplexType", Symbol.getComplexType(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1041 QualType ResultType = S.Context.getComplexType(LHSElementType);
1044 ResultType = S.Context.getComplexType(RHSElementType);
1078 QualType result = S.Context.getComplexType(FloatTy);
1182 return S.ImpCastExprToType(op, S.Context.getComplexType(toType),
1254 return S.Context.getComplexType(ScalarType);
1262 QualType ComplexType = S.Context.getComplexType(ScalarType);
1275 QualType ComplexType = S.Context.getComplexType(ScalarType);
3841 Context.getComplexType(Res->getType()));
H A DSemaType.cpp1698 Result = Context.getComplexType(Result);
H A DSemaDeclAttr.cpp4095 NewElemTy = Context.getComplexType(NewElemTy);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp929 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type)));
945 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type)));

Completed in 684 milliseconds