Searched refs:isOpenMPParallelDirective (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h199 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp482 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { function in class:clang
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp738 if (isOpenMPParallelDirective(DKind))
749 if (isOpenMPParallelDirective(DKind))
755 return isOpenMPParallelDirective(DKind);
936 if (isOpenMPParallelDirective(DKind) &&
964 if (isOpenMPParallelDirective(DKind) &&
986 if (isOpenMPParallelDirective(DKind) &&
4322 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind);
H A DCGStmtOpenMP.cpp108 isOpenMPParallelDirective(Kind);
1420 isOpenMPParallelDirective(D.getDirectiveKind()) ||
4050 !isOpenMPParallelDirective(S.getDirectiveKind()) &&
4592 !isOpenMPParallelDirective(S.getDirectiveKind()) &&
4724 !isOpenMPParallelDirective(S.getDirectiveKind()) &&
H A DCGOpenMPRuntime.cpp6504 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) ||
6601 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp539 ((isOpenMPParallelDirective(getTopOfStack().Directive) ||
1078 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind);
1207 if ((isOpenMPParallelDirective(DVar.DKind) &&
1410 ((isOpenMPParallelDirective(getTopOfStack().Directive) ||
1436 ((isOpenMPParallelDirective(getTopOfStack().Directive) ||
2307 ((isOpenMPParallelDirective(K) ||
2493 if (!(isOpenMPParallelDirective(CurDir) ||
3465 return isOpenMPParallelDirective(K) ||
3550 return isOpenMPParallelDirective(K) ||
4574 !isOpenMPParallelDirective(CurrentRegio
[all...]

Completed in 118 milliseconds