Searched refs:ArrayT (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkTDArray.h35 fData = (ArrayT*)fArray;
284 SkASSERT(fData == (ArrayT*)fArray);
293 typedef T ArrayT[kDebugArraySize]; typedef in class:SkTDArray
294 ArrayT* fData;
308 fData = (ArrayT*)fArray;
/external/clang/lib/Sema/
H A DSema.cpp637 if (const IncompleteArrayType *ArrayT
640 ArrayT->getElementType(),
649 QualType T = Context.getConstantArrayType(ArrayT->getElementType(),
H A DSemaInit.cpp4789 if (const IncompleteArrayType *ArrayT
4812 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(),
4814 ArrayT->getSizeModifier(),
4815 ArrayT->getIndexTypeCVRQualifiers(),
H A DTreeTransform.h7267 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); local
7268 if (!ArrayT) {
7271 = dyn_cast<ConstantArrayType>(ArrayT)) {
7279 = dyn_cast<DependentSizedArrayType>(ArrayT)) {
H A DSemaDeclCXX.cpp2859 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
2860 if (!ArrayT->getSize())
2863 T = ArrayT->getElementType();
H A DSemaDecl.cpp6841 if (const IncompleteArrayType *ArrayT
6844 ArrayT->getElementType(),

Completed in 198 milliseconds