Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1569 Address emitLastprivateConditionalInit(CodeGenFunction &CGF,
H A DCGStmtOpenMP.cpp924 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1084 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPLastprivateClauseInit()
H A DCGOpenMPRuntime.cpp12071 Address CGOpenMPRuntime::emitLastprivateConditionalInit(CodeGenFunction &CGF, in emitLastprivateConditionalInit() function in CGOpenMPRuntime