Searched defs:hasOptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp96 clang::CallExpr* CE, int* slot, bool* hasOptions) {
107 *hasOptions = false;
109 *hasOptions = true;
223 bool hasOptions; local
224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions);
240 const unsigned numAllocations = numArgsOrig - (hasOptions ? 2 : 1);
306 allocArgIndexStart = hasOptions ? 2 : 1;
346 if (!hasOptions) {
95 matchKernelLaunchCall( clang::CallExpr* CE, int* slot, bool* hasOptions) argument

Completed in 54 milliseconds