Searched refs:ExtVectorType (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 537 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
D | RecursiveASTVisitor.h | 904 DEF_TRAVERSE_TYPE(ExtVectorType, { 1127 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
D | Type.h | 2563 class ExtVectorType : public VectorType { 2564 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 4897 return isa<ExtVectorType>(CanonicalType);
|
D | TypeLoc.h | 1465 ExtVectorType> {
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 1537 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1538 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1573 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
|
D | SemaExprMember.cpp | 296 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
D | SemaExpr.cpp | 4984 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType(); in CheckExtVectorCast() 6147 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); in CheckAssignmentConstraints() 6582 if (const ExtVectorType *LV = LHSType->getAs<ExtVectorType>()) { in CheckVectorOperands() 9431 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp() 9477 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp()
|
D | SemaTemplate.cpp | 3836 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 553 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 557 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
D | MicrosoftMangle.cpp | 1645 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
D | ASTImporter.cpp | 55 QualType VisitExtVectorType(const ExtVectorType *T); 1576 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
D | ItaniumMangle.cpp | 2295 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
D | ASTContext.cpp | 2686 ExtVectorType *New = new (*this, TypeAlignment) in getExtVectorType() 2687 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
|
D | Expr.cpp | 3260 Index = ExtVectorType::getAccessorIdx(Comp[i]); in getEncodedElementAccess()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 444 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
|
D | CGExprScalar.cpp | 747 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 828 DEF_TRAVERSE_TYPE(ExtVectorType, { 1051 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 361 def ExtVectorType : Attr {
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 106 class ExtVectorType; variable
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 170 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|