Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc189 assert(El.GroupCount == 1);
209 USHORT GroupCount = 4;
211 if (::GetProcessGroupAffinity(GetCurrentProcess(), &GroupCount,
213 assert(GroupCount == 1 &&
/freebsd-13.1/stand/efi/include/
H A Defiip.h70 UINT32 GroupCount; member
309 UINT32 GroupCount; member
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp259 GMap GroupCount; member in __anon0bdfeeb00311::InferPedantic
324 GMap::mapped_type &V = GroupCount[Group]; in groupInPedantic()