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

  /frameworks/compile/slang/
slang_rs_export_foreach.h 142 inline static bool isDtorRSFunc(const clang::FunctionDecl *FD) {
154 return isRootRSFunc(FD) || isInitRSFunc(FD) || isDtorRSFunc(FD);
slang_rs_export_foreach.cpp 347 } else if (isInitRSFunc(FD) || isDtorRSFunc(FD)) {

Completed in 140 milliseconds