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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp354 const clang::Type *BaseType = RefRSArr->getType().getTypePtr(); local
355 slangAssert(BaseType->isArrayType());
357 int NumArrayElements = ArrayDim(BaseType);
359 BaseType = BaseType->getArrayElementTypeNoTypeQual();
464 C.getPointerType(BaseType->getCanonicalTypeInternal()),
473 BaseType->getCanonicalTypeInternal(),
478 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
481 if (BaseType->isArrayType()) {
561 const clang::Type *BaseType local
[all...]

Completed in 41 milliseconds