reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1363   QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;

References

gen/tools/clang/lib/Sema/OpenCLBuiltins.inc
16876         QT[I] = Context.getExtVectorType(QT[I],
16885       QT[Index] = Context.getExtVectorType(QT[Index], Ty.VectorWidth);
tools/clang/lib/AST/ASTContext.cpp
 3579     Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
 9605     Type = Context.getExtVectorType(ElementType, NumElements);
tools/clang/lib/AST/ASTImporter.cpp
 1173   return Importer.getToContext().getExtVectorType(*ToElementTypeOrErr,
tools/clang/lib/AST/FormatString.cpp
  501   QualType Vec = C.getExtVectorType(T, NumElts);
tools/clang/lib/AST/Type.cpp
  953     return Ctx.getExtVectorType(elementType, T->getNumElements());
tools/clang/lib/CodeGen/CGAtomic.cpp
  121         AtomicTy = ValueTy = CGF.getContext().getExtVectorType(
tools/clang/lib/Sema/SemaExpr.cpp
 7209   QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements);
 9929         S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements());
 9955       S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements());
11095       return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
11097       return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
11099       return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
11101       return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
11104     return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());
tools/clang/lib/Sema/SemaExprMember.cpp
  416   QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
tools/clang/lib/Sema/SemaInit.cpp
 1769         VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
tools/clang/lib/Sema/SemaType.cpp
 2445     return Context.getExtVectorType(T, vectorSize);
tools/clang/lib/Serialization/ASTReader.cpp
 6489     return Context.getExtVectorType(ElementType, NumElements);
tools/lldb/source/Symbol/ClangASTContext.cpp
  916           ast->getExtVectorType(ast->UnsignedCharTy, bit_size / 8)
 2165           this, ast->getExtVectorType(ClangUtil::GetQualType(element_type),