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

Declarations

tools/clang/include/clang/AST/Type.h
 2014   bool isExtVectorType() const;                 // Extended vector type.

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 1282   if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
 2612   if (E->getType()->isExtVectorType()) {
tools/clang/lib/Index/USRGeneration.cpp
  864       Out << (T->isExtVectorType() ? ']' : '[');
tools/clang/lib/Sema/Sema.cpp
 2286   if (QT->isExtVectorType()) {
tools/clang/lib/Sema/SemaCast.cpp
 2693   if (DestType->isExtVectorType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 2840   if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() &&
tools/clang/lib/Sema/SemaExpr.cpp
 6514   if (srcTy->isScalarType() && destTy->isExtVectorType()) return false;
 6515   if (destTy->isScalarType() && srcTy->isExtVectorType()) return false;
 6591   if (VectorTy->isExtVectorType() && SplattedExpr->getType()->isBooleanType()) {
 6616   assert(DestTy->isExtVectorType() && "Not an extended vector type!");
 8205   if (LHSType->isExtVectorType()) {
 8206     if (RHSType->isExtVectorType())
 9114     } else if (OtherType->isExtVectorType() || OtherType->isVectorType() ||
13553     else if (resultType->isExtVectorType() && Context.getLangOpts().OpenCL) {
13595     } else if (resultType->isExtVectorType()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 4604     return T->isAggregateType() || T->isVectorType() || T->isExtVectorType() ||
tools/clang/lib/Sema/SemaExprMember.cpp
 1597   if (BaseType->isExtVectorType()) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 2367   if (Ret->isRecordType() || Ret->isVectorType() || Ret->isExtVectorType()) {
tools/clang/lib/Sema/SemaInit.cpp
 1353         (ElemType->isExtVectorType() && !Entity.getType()->isExtVectorType())
 1353         (ElemType->isExtVectorType() && !Entity.getType()->isExtVectorType())
 1768       if (IType->isExtVectorType())
tools/clang/lib/Sema/SemaOverload.cpp
 1588   if (ToType->isExtVectorType()) {
 1591     if (FromType->isExtVectorType())
tools/lldb/source/Symbol/ClangASTContext.cpp
 3116                        field_qual_type->isExtVectorType()) {