HomeSort by relevance Sort by last modified time
    Searched refs:isOpenMPParallelDirective (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
OpenMPKinds.h 94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
  /external/clang/lib/Basic/
OpenMPKinds.cpp 260 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) {
  /external/clang/lib/Sema/
SemaOpenMP.cpp 257 if (isOpenMPParallelDirective(DVar.DKind)) {
285 if (isOpenMPParallelDirective(I->Directive))
331 while (I != E && !isOpenMPParallelDirective(I->Directive)) {
367 if (!isOpenMPParallelDirective(Kind)) {
862 (isOpenMPParallelDirective(DKind) || DKind == OMPD_task) &&
    [all...]

Completed in 283 milliseconds