Searched defs:EmitOMPPrivateClause (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp429 void CodeGenFunction::EmitOMPPrivateClause( function in class:CodeGenFunction
891 CGF.EmitOMPPrivateClause(S, PrivateScope);
1231 CGF.EmitOMPPrivateClause(S, LoopScope);
1519 EmitOMPPrivateClause(S, LoopScope);
1699 CGF.EmitOMPPrivateClause(S, LoopScope);
1761 CGF.EmitOMPPrivateClause(S, SingleScope);
1825 CGF.EmitOMPPrivateClause(S, SingleScope);

Completed in 34 milliseconds