Home
last modified time | relevance | path

Searched refs:ArrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2284 const QualType ArrType = Context.getBaseElementType(T); in BuildArrayType() local
2285 if (ArrType->isBlockPointerType() || ArrType->isPipeType() || in BuildArrayType()
2286 ArrType->isSamplerT() || ArrType->isImageType()) { in BuildArrayType()
2287 Diag(Loc, diag::err_opencl_invalid_type_array) << ArrType; in BuildArrayType()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3828 const auto *ArrType = RF->Decl->getType()->getAsArrayTypeUnsafe(); in visitAPValueInitializer() local
3829 PrimType ElemT = classifyPrim(ArrType->getElementType()); in visitAPValueInitializer()
3830 assert(ArrType); in visitAPValueInitializer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3816 auto *ArrType = llvm::ArrayType::get(PtrType, Classes.size() + 1); in getBaseClassArray() local
3818 new llvm::GlobalVariable(Module, ArrType, in getBaseClassArray()
3830 BCA->setInitializer(llvm::ConstantArray::get(ArrType, BaseClassArrayData)); in getBaseClassArray()