Home
last modified time | relevance | path

Searched defs:ArrayT (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DOperations.cpp230 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
240 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOperations.cpp223 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
233 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
/aosp_15_r20/external/libcxx/test/std/containers/sequences/array/
H A Dsize_and_alignment.pass.cpp33 typedef std::array<T, Size> ArrayT; in test() typedef
/aosp_15_r20/art/runtime/mirror/
H A Dobject_test.cc303 using ArrayT = DoubleArray; in TEST_F() typedef
334 using ArrayT = FloatArray; in TEST_F() typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dtype.go653 ArrayT *arrayType member
/aosp_15_r20/external/clang/lib/Sema/
H A DSema.cpp802 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local
H A DSemaInit.cpp6240 if (const IncompleteArrayType *ArrayT in Perform() local
H A DSemaDecl.cpp10091 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local
H A DSemaDeclCXX.cpp3753 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
H A DTreeTransform.h9506 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local