Home
last modified time | relevance | path

Searched refs:isOpenMPSimdDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h100 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp265 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/external/clang/lib/Parse/
DParseOpenMP.cpp155 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1079 if (isOpenMPSimdDirective(ParentRegion)) { in CheckNestingOfRegions()
1101 !isOpenMPSimdDirective(CurrentRegion)) { in CheckNestingOfRegions()
1107 !isOpenMPSimdDirective(ParentRegion); in CheckNestingOfRegions()
1656 isOpenMPSimdDirective(DKind) in CheckOpenMPIterationSpace()
1659 if (((isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()