Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_special_func.h39 inline bool isDtorRSFunc(const clang::FunctionDecl *FD) { in isDtorRSFunc() function
54 isDtorRSFunc(FD); in isSpecialRSFunc()
Dslang_rs_special_func.cpp83 } else if (isInitRSFunc(FD) || isDtorRSFunc(FD)) { in validateSpecialFuncDecl()