Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.h142 inline static bool isDtorRSFunc(const clang::FunctionDecl *FD) { in isDtorRSFunc() function
154 return isRootRSFunc(FD) || isInitRSFunc(FD) || isDtorRSFunc(FD); in isSpecialRSFunc()
Dslang_rs_export_foreach.cpp347 } else if (isInitRSFunc(FD) || isDtorRSFunc(FD)) { in validateSpecialFuncDecl()