Home | History | Annotate | Download | only in AST

Lines Matching refs:OpenMP

1397   if (LangOpts.OpenMP) {
1693 if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice)
1697 if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice)
2100 if (Target->hasFloat16Type() || !getLangOpts().OpenMP ||
2105 assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
2106 "Expected OpenMP device compilation.");
2120 if (getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
2131 if (Target->hasFloat128Type() || !getLangOpts().OpenMP ||
2136 assert(getLangOpts().OpenMP && getLangOpts().OpenMPIsDevice &&
2137 "Expected OpenMP device compilation.");
10941 if (LangOpts.OpenMP &&