Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1816 Address emitLastprivateConditionalInit(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp913 CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1084 CGM.getOpenMPRuntime().emitLastprivateConditionalInit(*this, in EmitOMPLastprivateClauseInit()
H A DCGOpenMPRuntime.cpp12284 Address CGOpenMPRuntime::emitLastprivateConditionalInit(CodeGenFunction &CGF, in emitLastprivateConditionalInit() function in CGOpenMPRuntime