Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp45 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local
118 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
H A DCGOpenMPRuntime.h34 class ArrayType; variable
H A DCGExprAgg.cpp395 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h158 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h25 class ArrayType; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp306 if (auto ArrayType = Ty->getAsArrayTypeUnsafe()) { in createDescriptor() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h86 const TypeDescriptor &ArrayType; member
/freebsd-13.1/sys/dev/hptrr/
H A Dhptintf.h498 HPT_U8 ArrayType; /* array type */ member
525 HPT_U8 ArrayType; /* array type */ member
547 HPT_U8 ArrayType; /* array type */ member
580 HPT_U8 ArrayType; /* array type */ member
960 HPT_U8 ArrayType; /* 1-level array type */ member
976 HPT_U8 ArrayType; /* 1-level array type */ member
998 HPT_U8 ArrayType; /* 1-level array type */ member
/freebsd-13.1/sys/dev/hptmv/
H A Dhptintf.h356 UCHAR ArrayType; /* array type */ member
393 UCHAR ArrayType; /* array type */ member
595 UCHAR ArrayType; /* 1-level array type */ member
611 UCHAR ArrayType; /* 1-level array type */ member
/freebsd-13.1/sys/dev/hpt27xx/
H A Dhptintf.h693 HPT_U8 ArrayType; /* array type */ member
720 HPT_U8 ArrayType; /* array type */ member
742 HPT_U8 ArrayType; /* array type */ member
775 HPT_U8 ArrayType; /* array type */ member
1159 HPT_U8 ArrayType; /* 1-level array type */ member
1175 HPT_U8 ArrayType; /* 1-level array type */ member
1199 HPT_U8 ArrayType; /* 1-level array type */ member
/freebsd-13.1/sys/dev/hptnr/
H A Dhptintf.h689 HPT_U8 ArrayType; /* array type */ member
716 HPT_U8 ArrayType; /* array type */ member
738 HPT_U8 ArrayType; /* array type */ member
771 HPT_U8 ArrayType; /* array type */ member
1155 HPT_U8 ArrayType; /* 1-level array type */ member
1171 HPT_U8 ArrayType; /* 1-level array type */ member
1195 HPT_U8 ArrayType; /* 1-level array type */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp597 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h259 ArrayType, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h243 ArrayType, enumerator
H A DItaniumDemangle.h619 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3891 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction() local
8934 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp118 ArrayType::ArrayType(TypeClass tc, QualType et, QualType can, in ArrayType() function in ArrayType
H A DExprConstant.cpp9984 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h90 class ArrayType; variable