Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTContext.cpp597 …return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr()… in GetBuiltinTypeForEncodingAndBitSize()
2019 …return ClangASTType (ast, ast->getExtVectorType(element_type.GetQualType(), element_count).getAsOp… in CreateArrayType()
/external/clang/include/clang/AST/
DASTContext.h1037 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/external/clang/lib/Sema/
DSemaExprMember.cpp380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp8252 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
8254 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
8256 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
8258 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
8261 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaType.cpp1735 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1323 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/external/clang/lib/AST/
DASTContext.cpp2713 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
2728 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
7618 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
DASTImporter.cpp1578 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/external/clang/lib/Serialization/
DASTReader.cpp5207 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()