Searched refs:getExtVectorType (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 597 …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/ |
D | ASTContext.h | 1037 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
D | SemaExpr.cpp | 8252 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()
|
D | SemaType.cpp | 1735 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
D | SemaInit.cpp | 1323 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2713 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()
|
D | ASTImporter.cpp | 1578 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5207 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|