Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.h56 const clang::FunctionDecl* matchKernelLaunchCall(clang::CallExpr* CE,
Dslang_rs_foreach_lowering.cpp95 const clang::FunctionDecl* RSForEachLowering::matchKernelLaunchCall( in matchKernelLaunchCall() function in slang::RSForEachLowering
224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions); in VisitCallExpr()