Home
last modified time | relevance | path

Searched refs:GetRSSetObjectFD (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h173 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD() function
183 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD() function
184 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSSetObjectFD()
Dslang_rs_object_ref_count.cpp685 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T); in CreateSingleRSSetObject()
1053 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD( in ReplaceRSObjectAssignment()
1084 clang::ASTContext &C = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1086 clang::SourceLocation Loc = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1088 clang::SourceLocation StartLoc = RSObjectRefCount::GetRSSetObjectFD( in AppendRSObjectInit()
1131 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(DT); in AppendRSObjectInit()