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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp456 const clang::Type *BaseType = RefRSArr->getType().getTypePtr(); local
457 slangAssert(BaseType->isArrayType());
459 int NumArrayElements = ArrayDim(BaseType);
461 BaseType = BaseType->getArrayElementTypeNoTypeQual();
565 C.getPointerType(BaseType->getCanonicalTypeInternal()),
574 BaseType->getCanonicalTypeInternal(),
580 RSExportPrimitiveType::GetRSSpecificType(BaseType);
583 if (BaseType->isArrayType()) {
672 const clang::Type *BaseType local
[all...]

Completed in 20 milliseconds