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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp441 const clang::Type *BaseType = RefRSArr->getType().getTypePtr(); local
442 slangAssert(BaseType->isArrayType());
444 int NumArrayElements = ArrayDim(BaseType);
446 BaseType = BaseType->getArrayElementTypeNoTypeQual();
551 C.getPointerType(BaseType->getCanonicalTypeInternal()),
560 BaseType->getCanonicalTypeInternal(),
565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
568 if (BaseType->isArrayType()) {
656 const clang::Type *BaseType local
[all...]

Completed in 1049 milliseconds