Home
last modified time | relevance | path

Searched refs:SingleScope (Results 1 – 4 of 4) 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 DSPIR.cpp87 case SyncScope::SingleScope: in mapClangSyncScopeToLLVM()
H A DAMDGPU.cpp488 case SyncScope::SingleScope: in getLLVMSyncScopeID()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4472 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
4473 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
4474 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
4475 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()