Searched refs:isOpenMPSimdDirective (Results 1 – 4 of 4) sorted by relevance
106 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
365 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
221 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
1619 if (isOpenMPSimdDirective(ParentRegion)) { in CheckNestingOfRegions()2494 isOpenMPSimdDirective(DKind) in CheckOpenMPIterationSpace()2497 if (((isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()2499 (isOpenMPWorksharingDirective(DKind) && !isOpenMPSimdDirective(DKind) && in CheckOpenMPIterationSpace()