| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash-vector.cpp | 90 namespace ExtVector { namespace
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | opencl-types.cl | 20 …caltype=half __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1] 22 …altype=float __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1] 24 …ltype=double __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1]
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 24 TYPE_BIT_CODE(ExtVector, EXT_VECTOR, 13)
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 113 TKCASE(ExtVector); in GetTypeKind() 612 TKIND(ExtVector); in clang_getTypeKindSpelling() 825 case Type::ExtVector: in clang_getElementType() 851 case Type::ExtVector: in clang_getNumElements()
|
| H A D | CIndex.cpp | 1895 DEFAULT_TYPELOC_IMPL(ExtVector, VectorType) in DEFAULT_TYPELOC_IMPL()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 2400 case Type::ExtVector: in isCXX98PODType() 3953 case Type::ExtVector: in computeCachedProperties() 4041 case Type::ExtVector: in computeTypeLinkageInfo() 4214 case Type::ExtVector: in canHaveNullability()
|
| H A D | ASTContext.cpp | 1989 case Type::ExtVector: in getTypeInfoImpl() 3589 case Type::ExtVector: in getVariableArrayDecayedType() 4086 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector, in getExtVectorType() 8375 case Type::ExtVector: in getObjCEncodingForTypeImpl() 10364 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector; in mergeTypes() 10365 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector; in mergeTypes() 10418 case Type::ExtVector: in mergeTypes()
|
| H A D | ASTStructuralEquivalence.cpp | 836 case Type::ExtVector: { in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 284 case Type::ExtVector: in canPrefixQualifiers()
|
| H A D | ItaniumMangle.cpp | 2301 case Type::ExtVector: in mangleUnresolvedTypeOrSimpleId()
|
| H A D | ExprConstant.cpp | 11327 case Type::ExtVector: in EvaluateBuiltinClassifyType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 710 case Type::ExtVector: in ConvertType()
|
| H A D | CodeGenFunction.cpp | 240 case Type::ExtVector: in getEvaluationKind() 2213 case Type::ExtVector: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3489 case Type::ExtVector: in BuildVTablePointer() 3742 case Type::ExtVector: in BuildTypeInfo()
|
| H A D | CGDebugInfo.cpp | 3438 case Type::ExtVector: in CreateTypeNode()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2810 case clang::Type::ExtVector: in IsAggregateType() 2931 case clang::Type::ExtVector: { in IsVectorType() 3989 case clang::Type::ExtVector: in GetTypeInfo() 4128 case clang::Type::ExtVector: in GetTypeClass() 4787 case clang::Type::ExtVector: in GetEncoding() 5170 case clang::Type::ExtVector: in GetFormat() 5430 case clang::Type::ExtVector: in GetNumChildren() 6109 case clang::Type::ExtVector: in GetNumPointeeChildren() 6463 case clang::Type::ExtVector: in GetChildCompilerTypeAtIndex()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 3367 return T->getTypeClass() == Vector || T->getTypeClass() == ExtVector; 3426 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {} 3484 return T->getTypeClass() == ExtVector;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1893 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch() 5747 case Type::ExtVector: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 3190 case Type::ExtVector: in addAssociatedClassesAndNamespaces()
|
| H A D | SemaCodeComplete.cpp | 886 case Type::ExtVector: in getSimplifiedTypeClass()
|
| H A D | SemaExpr.cpp | 4503 case Type::ExtVector: in captureVariablyModifiedType()
|