OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOpenMPParallelDirective
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h
196
bool
isOpenMPParallelDirective
(OpenMPDirectiveKind DKind);
/src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp
480
bool clang::
isOpenMPParallelDirective
(OpenMPDirectiveKind DKind) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
637
if (
isOpenMPParallelDirective
(DKind))
648
if (
isOpenMPParallelDirective
(DKind))
654
return
isOpenMPParallelDirective
(DKind);
835
if (
isOpenMPParallelDirective
(DKind) &&
863
if (
isOpenMPParallelDirective
(DKind) &&
885
if (
isOpenMPParallelDirective
(DKind) &&
3746
bool ParallelReduction =
isOpenMPParallelDirective
(Options.ReductionKind);
CGStmtOpenMP.cpp
109
isOpenMPParallelDirective
(Kind);
1444
isOpenMPParallelDirective
(D.getDirectiveKind()) ||
3511
if (
isOpenMPParallelDirective
(S.getDirectiveKind())) {
3556
if (!
isOpenMPParallelDirective
(S.getDirectiveKind()))
4548
!
isOpenMPParallelDirective
(S.getDirectiveKind()) &&
5109
!
isOpenMPParallelDirective
(S.getDirectiveKind()) &&
5241
!
isOpenMPParallelDirective
(S.getDirectiveKind()) &&
CGOpenMPRuntime.cpp
6631
if (
isOpenMPParallelDirective
(NestedDir->getDirectiveKind()) ||
6729
if (
isOpenMPParallelDirective
(Dir->getDirectiveKind())) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
549
((
isOpenMPParallelDirective
(getTopOfStack().Directive) ||
1100
return
isOpenMPParallelDirective
(DKind) || isOpenMPTeamsDirective(DKind);
1230
if ((
isOpenMPParallelDirective
(DVar.DKind) &&
1436
((
isOpenMPParallelDirective
(getTopOfStack().Directive) ||
1462
((
isOpenMPParallelDirective
(getTopOfStack().Directive) ||
2375
((
isOpenMPParallelDirective
(K) ||
2562
if (!(
isOpenMPParallelDirective
(CurDir) ||
3629
return
isOpenMPParallelDirective
(K) ||
3719
return
isOpenMPParallelDirective
(K) ||
4784
!
isOpenMPParallelDirective
(CurrentRegion) &
[
all
...]
Completed in 35 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026