Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp514 case SyncScope::SingleScope: in getLLVMSyncScopeID()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4283 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
4284 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
4285 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
4286 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()