Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h47 SingleScope, enumerator
70 case SyncScope::SingleScope: in getAsString()
249 return SyncScope::SingleScope; in map()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp474 case SyncScope::SingleScope: in getLLVMSyncScopeID()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4238 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
4239 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
4240 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
4241 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()