Home
last modified time | relevance | path

Searched refs:CountRSObjectTypes (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp94 unsigned CountRSObjectTypes(const clang::Type *T);
504 unsigned CountRSObjectTypes(const clang::Type *T) { in CountRSObjectTypes() function
509 return CountRSObjectTypes(T->getArrayElementTypeNoTypeQual()); in CountRSObjectTypes()
526 if (CountRSObjectTypes(FT)) { in CountRSObjectTypes()
545 if (CountRSObjectTypes(FT)) { in CountRSObjectTypes()
568 unsigned FieldsToDestroy = CountRSObjectTypes(BaseType); in ClearStructRSObject()
633 } else if (FT->isStructureType() && CountRSObjectTypes(FT)) { in ClearStructRSObject()
907 unsigned FieldsToSet = CountRSObjectTypes(T) + 1; in CreateStructRSSetObject()
926 if (!CountRSObjectTypes(FT)) { in CreateStructRSSetObject()
1397 if (CountRSObjectTypes(Ty.getTypePtr()) == 0) { in CreateGuard()
[all …]