Home | History | Annotate | Download | only in Sema

Lines Matching refs:OpenMP

4082       // OpenMP 4.0, [2.4 Array Sections]
4096 // OpenMP 4.0, [2.4 Array Sections]
4108 // OpenMP 4.0, [2.4 Array Sections]
12646 // Similarly to mutable captures in lambda, all the OpenMP captures by copy
12841 if (S.getLangOpts().OpenMP) {
13034 if (IsGlobal && !(LangOpts.OpenMP && IsOpenMPCapturedVar(Var)))
13222 if (getLangOpts().OpenMP) {
13224 // OpenMP private variables should not be captured in outer scope, so