Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4876 OMPPrivateScope FirstprivateScope(CGF); in EmitOMPTaskBasedDirective() local
4882 FirstprivateScope.addPrivate(Pair.first, Replacement); in EmitOMPTaskBasedDirective()
4884 (void)FirstprivateScope.Privatize(); in EmitOMPTaskBasedDirective()