OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOpenMPNestingTeamsDirective
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h
219
bool
isOpenMPNestingTeamsDirective
(OpenMPDirectiveKind DKind);
/src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp
511
bool clang::
isOpenMPNestingTeamsDirective
(OpenMPDirectiveKind DKind) {
519
return
isOpenMPNestingTeamsDirective
(DKind) ||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
4704
!
isOpenMPNestingTeamsDirective
(CurrentRegion) &&
4811
} else if (
isOpenMPNestingTeamsDirective
(CurrentRegion)) {
Completed in 24 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026