Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.h153 inline static bool isSpecialRSFunc(const clang::FunctionDecl *FD) { in isSpecialRSFunc() function
Dslang_rs_context.cpp126 } else if (RSExportForEach::isSpecialRSFunc(FD)) { in processExportFunc()