Home
last modified time | relevance | path

Searched refs:SubGroup (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSyncScope.h118 SubGroup = 4, enumerator
119 Last = SubGroup
132 case SubGroup: in map()
144 static_assert(Last == SubGroup, "Does not include all synch scopes"); in getRuntimeValues()
147 static_cast<unsigned>(AllSVMDevices), static_cast<unsigned>(SubGroup)}; in getRuntimeValues()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1365 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
1367 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp789 static_cast<unsigned>(AtomicScopeOpenCLModel::SubGroup) == 4, in InitializePredefinedMacros()