Searched refs:ArrayType (Results 201 - 214 of 214) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3893 const ArrayType *FoundArray
3895 const ArrayType *TArray
H A DExpr.cpp2171 const ArrayType *AT = getType()->getAsArrayTypeUnsafe();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3483 } else if (const ArrayType *array = type->getAsArrayTypeUnsafe()) {
H A DSemaOpenMP.cpp15116 ArrayType::Normal,
15142 ArrayType::Normal, /*IndexTypeQuals=*/0, SourceRange());
15373 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal,
19114 if (const ArrayType *Ty =
H A DSemaOverload.cpp4051 if (isa<ArrayType>(T1) && T1Quals)
4053 if (isa<ArrayType>(T2) && T2Quals)
H A DSemaDeclCXX.cpp7482 const ArrayType *AT = S.Context.getAsArrayType(Type);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4047 getContext().getSizeType(), ArraySize, nullptr, ArrayType::Normal,
8424 Address Alloca = CreateTempAlloca(llvm::ArrayType::get(EltTy, NumOpnds),
11663 llvm::ArrayType::get(Int32Ty, 1));
11736 llvm::ArrayType::get(Int32Ty, 1));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp501 ArrayType::Normal, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11234 } else if (auto *ArrayTy = dyn_cast<ArrayType>(Ty)) {
11250 auto *ArrayTy = dyn_cast<ArrayType>(Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1400 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1523 if (isa<ArrayType>(CDS->getType()))
H A DDAGCombiner.cpp21255 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18797 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2198 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
[all...]

Completed in 985 milliseconds

123456789