Searched defs:getComplexType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp32 static const ComplexType *getComplexType(QualType type) { function
359 CGF.ConvertType(getComplexType(E->getType())->getElementType());
839 assert(E && getComplexType(E->getType()) &&
848 assert(E && getComplexType(E->getType()) &&
/external/llvm/include/llvm/Object/
H A DCOFF.h204 uint8_t getComplexType() const { return (Type & 0xF0) >> 4; } function in struct:llvm::object::coff_symbol
209 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
/external/clang/include/clang/AST/
H A DASTContext.h917 QualType getComplexType(QualType T) const;
918 CanQualType getComplexType(CanQualType T) const { function in class:clang::ASTContext
919 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
/external/clang/lib/AST/
H A DASTContext.cpp1018 FloatComplexTy = getComplexType(FloatTy);
1019 DoubleComplexTy = getComplexType(DoubleTy);
1020 LongDoubleComplexTy = getComplexType(LongDoubleTy);
2113 /// getComplexType - Return the uniqued reference to the type for a complex
2115 QualType ASTContext::getComplexType(QualType T) const { function in class:ASTContext
2129 Canonical = getComplexType(getCanonicalType(T));
7625 Type = Context.getComplexType(ElementType);

Completed in 362 milliseconds