Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp38 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
40 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) { in GetRSRefCountingFunctions()
272 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T); in ClearSingleRSObject()
685 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T); in CreateSingleRSSetObject()
1016 void RSObjectRefCount::Scope::InsertStmt(const clang::ASTContext &C, in InsertStmt()
1028 void RSObjectRefCount::Scope::ReplaceStmt(const clang::ASTContext &C, in ReplaceStmt()
1041 void RSObjectRefCount::Scope::ReplaceExpr(const clang::ASTContext& C, in ReplaceExpr()
1048 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment( in ReplaceRSObjectAssignment()
1053 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD( in ReplaceRSObjectAssignment()
[all …]
Dslang_rs_object_ref_count.h49 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
157 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount() function
Dslang_backend.h105 RSObjectRefCount mRefCount;