Searched refs:EmitOMPLastprivateClauseInit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp758 bool CodeGenFunction::EmitOMPLastprivateClauseInit( function in class:CodeGenFunction
1641 CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
2007 HasLastprivateClause = EmitOMPLastprivateClauseInit(S, LoopScope);
2231 HasLastprivates = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
3550 bool HasLastprivateClause = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
H A DCodeGenFunction.h2418 bool EmitOMPLastprivateClauseInit(const OMPExecutableDirective &D,

Completed in 86 milliseconds