Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.h181 inline static bool isDtorRSFunc(const clang::FunctionDecl *FD) { in isDtorRSFunc() function
199 isDtorRSFunc(FD); in isSpecialRSFunc()
Dslang_rs_export_foreach.cpp675 } else if (isInitRSFunc(FD) || isDtorRSFunc(FD)) { in validateSpecialFuncDecl()