Home
last modified time | relevance | path

Searched refs:isRSForEachFunc (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.h181 static bool isRSForEachFunc(unsigned int targetAPI,
Dslang_rs_check_ast.cpp185 mInKernel = RSExportForEach::isRSForEachFunc(mTargetAPI, FD); in ValidateFunctionDecl()
Dslang_rs_context.cpp125 if (RSExportForEach::isRSForEachFunc(mTargetAPI, FD)) { in processExportFunc()
Dslang_rs_export_foreach.cpp434 bool RSExportForEach::isRSForEachFunc(unsigned int targetAPI, in isRSForEachFunc() function in slang::RSExportForEach