reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3025   bool EmitOMPFirstprivateClause(const OMPExecutableDirective &D,

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1321     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 2378       if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) {
 2677     if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) {
 2792     (void)CGF.EmitOMPFirstprivateClause(S, SingleScope);
 3434       if (EmitOMPFirstprivateClause(S, LoopScope)) {
 4197   (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 4258     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 4278     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 4838     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);