Searched refs:CountRSObjectTypes (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 613 static unsigned CountRSObjectTypes(clang::ASTContext &C, in CountRSObjectTypes() function 620 return CountRSObjectTypes(C, T->getArrayElementTypeNoTypeQual(), Loc); in CountRSObjectTypes() 638 if (CountRSObjectTypes(C, FT, Loc)) { in CountRSObjectTypes() 657 if (CountRSObjectTypes(C, FT, Loc)) { in CountRSObjectTypes() 680 unsigned FieldsToDestroy = CountRSObjectTypes(C, BaseType, Loc); in ClearStructRSObject() 737 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) { in ClearStructRSObject() 1011 unsigned FieldsToSet = CountRSObjectTypes(C, T, Loc) + 1; in CreateStructRSSetObject() 1030 if (!CountRSObjectTypes(C, FT, Loc)) { in CreateStructRSSetObject() 1474 if (CountRSObjectTypes(mCtx, VD->getType().getTypePtr(), in VisitDeclStmt() 1504 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) { in VisitBinAssign() [all …]
|