Searched refs:SGSize (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2938 uint32_t SGSize; local
2940 if (!checkUInt32Argument(S, AL, E, SGSize))
2942 if (SGSize == 0) {
2950 if (Existing && Existing->getSubGroupSize() != SGSize)
2954 OpenCLIntelReqdSubGroupSizeAttr(S.Context, AL, SGSize));

Completed in 284 milliseconds