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.cpp600 static unsigned CountRSObjectTypes(clang::ASTContext &C, in CountRSObjectTypes() function
607 return CountRSObjectTypes(C, T->getArrayElementTypeNoTypeQual(), Loc); in CountRSObjectTypes()
624 if (CountRSObjectTypes(C, FT, Loc)) { in CountRSObjectTypes()
643 if (CountRSObjectTypes(C, FT, Loc)) { in CountRSObjectTypes()
666 unsigned FieldsToDestroy = CountRSObjectTypes(C, BaseType, Loc); in ClearStructRSObject()
729 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) { in ClearStructRSObject()
1003 unsigned FieldsToSet = CountRSObjectTypes(C, T, Loc) + 1; in CreateStructRSSetObject()
1022 if (!CountRSObjectTypes(C, FT, Loc)) { in CreateStructRSSetObject()
1466 if (CountRSObjectTypes(mCtx, VD->getType().getTypePtr(), in VisitDeclStmt()
1494 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) { in VisitBinAssign()
[all …]