Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp38 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
40 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
1048 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment( in ReplaceRSObjectAssignment()
1073 void RSObjectRefCount::Scope::AppendRSObjectInit( in AppendRSObjectInit()
1193 void RSObjectRefCount::Scope::InsertLocalVarDestructors() { in InsertLocalVarDestructors()
1258 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject( in ClearRSObject()
1345 clang::Expr *RSObjectRefCount::CreateEmptyInitListExpr( in CreateEmptyInitListExpr()
1375 RSObjectRefCount::CreateEmptyInitListExpr(C, Loc); in CreateGuard()
1515 void RSObjectRefCount::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt()
1539 void RSObjectRefCount::VisitCallExpr(clang::CallExpr* CE) { in VisitCallExpr()
[all …]
H A Dslang_rs_object_ref_count.h49 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
157 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount() function
H A Dslang_backend.h105 RSObjectRefCount mRefCount;