Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OpenMP

1965   // Emit reference to the private copy of the variable if it is an OpenMP
1967 if (CGF.getLangOpts().OpenMP && VD->hasAttr<OMPThreadPrivateDeclAttr>())
2049 // Do not emit if it is private OpenMP variable.
2128 // Check for OpenMP threadprivate variables.
2129 if (getLangOpts().OpenMP && VD->hasAttr<OMPThreadPrivateDeclAttr>()) {