HomeSort by relevance Sort by last modified time
    Searched refs:RSObjectRefCount (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 45 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
105 explicit RSObjectRefCount(clang::ASTContext &C)
slang_rs_object_ref_count.cpp 35 clang::FunctionDecl *RSObjectRefCount::
38 clang::FunctionDecl *RSObjectRefCount::
42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
377 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T);
787 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T);
    [all...]
slang_rs_backend.h 58 RSObjectRefCount mRefCount;

Completed in 456 milliseconds