Home
last modified time | relevance | path

Searched refs:ExtVectorType (Results 1 – 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h537 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
DRecursiveASTVisitor.h904 DEF_TRAVERSE_TYPE(ExtVectorType, {
1127 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
DType.h2563 class ExtVectorType : public VectorType {
2564 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) :
4897 return isa<ExtVectorType>(CanonicalType);
DTypeLoc.h1465 ExtVectorType> {
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp1537 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()
DSemaExprMember.cpp296 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
DSemaExpr.cpp4984 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()
DSemaTemplate.cpp3836 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
/external/clang/lib/AST/
DTypePrinter.cpp553 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore()
557 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
DMicrosoftMangle.cpp1645 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
DASTImporter.cpp55 QualType VisitExtVectorType(const ExtVectorType *T);
1576 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
DItaniumMangle.cpp2295 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
DASTContext.cpp2686 ExtVectorType *New = new (*this, TypeAlignment) in getExtVectorType()
2687 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
DExpr.cpp3260 Index = ExtVectorType::getAccessorIdx(Comp[i]); in getEncodedElementAccess()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp444 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
DCGExprScalar.cpp747 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h828 DEF_TRAVERSE_TYPE(ExtVectorType, {
1051 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
/external/clang/include/clang/Basic/
DAttr.td361 def ExtVectorType : Attr {
/external/clang/include/clang/Sema/
DSema.h106 class ExtVectorType; variable
/external/clang/lib/Serialization/
DASTWriter.cpp170 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()