Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
365 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1032 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1041 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp197 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h313 uint8_t getComplexType() const { in getComplexType() function
337 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h939 QualType getComplexType(QualType T) const;
940 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
941 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp874 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1013 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()
1014 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
1015 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
2174 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
2188 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
7696 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
H A DASTImporter.cpp1475 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp978 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()
981 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()
1015 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1073 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1145 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1153 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1166 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
3397 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaType.cpp1065 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp3111 NewTy = S.Context.getComplexType(NewTy); in handleModeAttr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5202 return Context.getComplexType(ElemType); in readTypeRecord()