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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp32 static const ComplexType *getComplexType(QualType type) { function
359 CGF.ConvertType(getComplexType(E->getType())->getElementType());
836 assert(E && getComplexType(E->getType()) &&
845 assert(E && getComplexType(E->getType()) &&
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h183 uint8_t getComplexType() const { function in struct:llvm::object::coff_symbol
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h906 QualType getComplexType(QualType T) const;
907 CanQualType getComplexType(CanQualType T) const { function in class:clang::ASTContext
908 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp825 W.printEnum ("ComplexType", Symbol->getComplexType(),
834 Symbol->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp149 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1002 FloatComplexTy = getComplexType(FloatTy);
1003 DoubleComplexTy = getComplexType(DoubleTy);
1004 LongDoubleComplexTy = getComplexType(LongDoubleTy);
2110 /// getComplexType - Return the uniqued reference to the type for a complex
2112 QualType ASTContext::getComplexType(QualType T) const { function in class:ASTContext
2126 Canonical = getComplexType(getCanonicalType(T));
7705 Type = Context.getComplexType(ElementType);
H A DASTImporter.cpp1477 return Importer.getToContext().getComplexType(ToElementType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp957 S.Context.getComplexType(OtherTy));
1035 QualType result = S.Context.getComplexType(FloatTy);
1093 return S.ImpCastExprToType(op, S.Context.getComplexType(toType),
1165 return S.Context.getComplexType(ScalarType);
1173 QualType ComplexType = S.Context.getComplexType(ScalarType);
1186 QualType ComplexType = S.Context.getComplexType(ScalarType);
3217 Context.getComplexType(Res->getType()));
H A DSemaType.cpp1103 Result = Context.getComplexType(Result);
H A DSemaDeclAttr.cpp3596 NewTy = S.Context.getComplexType(NewTy);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4527 return Context.getComplexType(ElemType);

Completed in 316 milliseconds