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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h369 static bool IsStructureTypeWithRSObject(const clang::Type *T);
H A Dslang_rs_export_type.cpp1028 bool RSExportPrimitiveType::IsStructureTypeWithRSObject(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
1081 RSObjectTypeSeen |= IsStructureTypeWithRSObject(FT);
H A Dslang_rs_object_ref_count.cpp1288 if (RSExportPrimitiveType::IsStructureTypeWithRSObject(T)) {

Completed in 553 milliseconds