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

/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp96 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType());
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp32 static const ComplexType *getComplexType(QualType type) { function
357 CGF.ConvertType(getComplexType(E->getType())->getElementType());
832 assert(E && getComplexType(E->getType()) &&
841 assert(E && getComplexType(E->getType()) &&
/external/llvm/include/llvm/Object/
H A DCOFF.h163 uint8_t getComplexType() const { function in struct:llvm::object::coff_symbol
/external/clang/include/clang/AST/
H A DASTContext.h878 QualType getComplexType(QualType T) const;
879 CanQualType getComplexType(CanQualType T) const { function in class:clang::ASTContext
880 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp825 W.printEnum ("ComplexType", Symbol->getComplexType(),
834 Symbol->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp152 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
/external/clang/lib/AST/
H A DASTContext.cpp980 FloatComplexTy = getComplexType(FloatTy);
981 DoubleComplexTy = getComplexType(DoubleTy);
982 LongDoubleComplexTy = getComplexType(LongDoubleTy);
2086 /// getComplexType - Return the uniqued reference to the type for a complex
2088 QualType ASTContext::getComplexType(QualType T) const { function in class:ASTContext
2102 Canonical = getComplexType(getCanonicalType(T));
7671 Type = Context.getComplexType(ElementType);
H A DASTImporter.cpp1477 return Importer.getToContext().getComplexType(ToElementType);
/external/clang/lib/Sema/
H A DSemaExpr.cpp956 S.Context.getComplexType(OtherTy));
1034 QualType result = S.Context.getComplexType(FloatTy);
1092 return S.ImpCastExprToType(op, S.Context.getComplexType(toType),
1164 return S.Context.getComplexType(ScalarType);
1172 QualType ComplexType = S.Context.getComplexType(ScalarType);
1185 QualType ComplexType = S.Context.getComplexType(ScalarType);
3147 Context.getComplexType(Res->getType()));
H A DSemaType.cpp1072 Result = Context.getComplexType(Result);
H A DSemaDeclAttr.cpp3668 NewTy = S.Context.getComplexType(NewTy);
/external/clang/lib/Serialization/
H A DASTReader.cpp4524 return Context.getComplexType(ElemType);

Completed in 1567 milliseconds