Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc191 assert(El.GroupCount == 1);
211 USHORT GroupCount = 4;
213 if (::GetProcessGroupAffinity(GetCurrentProcess(), &GroupCount,
215 assert(GroupCount == 1 &&
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp261 GMap GroupCount; member in __anon3fb232ac0311::InferPedantic
326 GMap::mapped_type &V = GroupCount[Group]; in groupInPedantic()