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.cpp95 unsigned CountRSObjectTypes(const clang::Type *T);
505 unsigned CountRSObjectTypes(const clang::Type *T) { in CountRSObjectTypes() function
510 return CountRSObjectTypes(T->getArrayElementTypeNoTypeQual()); in CountRSObjectTypes()
527 if (CountRSObjectTypes(FT)) { in CountRSObjectTypes()
546 if (CountRSObjectTypes(FT)) { in CountRSObjectTypes()
569 unsigned FieldsToDestroy = CountRSObjectTypes(BaseType); in ClearStructRSObject()
632 } else if (FT->isStructureType() && CountRSObjectTypes(FT)) { in ClearStructRSObject()
906 unsigned FieldsToSet = CountRSObjectTypes(T) + 1; in CreateStructRSSetObject()
925 if (!CountRSObjectTypes(FT)) { in CreateStructRSSetObject()
1418 if (CountRSObjectTypes(VD->getType().getTypePtr())) { in VisitDeclStmt()
[all …]