Home
last modified time | relevance | path

Searched refs:getExtVectorType (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1018 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp363 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp8029 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
8031 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
8033 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
8035 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
8038 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaType.cpp1683 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1210 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp2689 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
2704 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
7698 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
DASTImporter.cpp1581 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4640 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()