OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSpecialKernelParameter
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_special_kernel_param.h
29
bool
isSpecialKernelParameter
(const llvm::StringRef Name);
slang_rs_special_kernel_param.cpp
68
bool
isSpecialKernelParameter
(const llvm::StringRef Name) {
slang_rs_export_reduce.cpp
269
if (
isSpecialKernelParameter
(S.FnInitializerParam->getName())) {
547
if (
isSpecialKernelParameter
(FnOutConverterParam->getName())) {
628
if (
isSpecialKernelParameter
(FnHalterParam->getName())) {
[
all
...]
slang_rs_export_foreach.cpp
473
if (!
isSpecialKernelParameter
(param->getName())) {
Completed in 56 milliseconds