OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClausesOfKind
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
148
for (const auto *C : LD->
getClausesOfKind
<OMPPrivateClause>()) {
247
for (const auto *C : S.
getClausesOfKind
<OMPReductionClause>()) {
792
for (const auto *C : D.
getClausesOfKind
<OMPLastprivateClause>()) {
805
for (const auto *C : D.
getClausesOfKind
<OMPFirstprivateClause>()) {
947
for (const auto *C : D.
getClausesOfKind
<OMPPrivateClause>()) {
976
for (const auto *C : D.
getClausesOfKind
<OMPCopyinClause>()) {
1052
for (const auto *C : D.
getClausesOfKind
<OMPLastprivateClause>()) {
1122
llvm::any_of(D.
getClausesOfKind
<OMPLastprivateClause>(),
1150
for (const auto *C : D.
getClausesOfKind
<OMPLastprivateClause>()) {
1208
for (const auto *C : D.
getClausesOfKind
<OMPReductionClause>())
[
all
...]
CGOpenMPRuntime.cpp
2552
S.
getClausesOfKind
<OMPOrderedClause>(),
4377
for (const auto *C : D.
getClausesOfKind
<OMPAffinityClause>()) {
4430
for (const auto *C : D.
getClausesOfKind
<OMPAffinityClause>()) {
4462
for (const auto *C : D.
getClausesOfKind
<OMPAffinityClause>()) {
6404
for (const auto *C : D.
getClausesOfKind
<OMPUsesAllocatorsClause>()) {
6738
for (const auto *C : Dir->
getClausesOfKind
<OMPIfClause>()) {
6929
for (const auto *C : D.
getClausesOfKind
<OMPIfClause>()) {
8672
for (const auto *C : Dir.
getClausesOfKind
<OMPFirstprivateClause>())
8677
for (const auto *C : Dir.
getClausesOfKind
<OMPUsesAllocatorsClause>()) {
8690
for (const auto *C : Dir.
getClausesOfKind
<OMPIsDevicePtrClause>()
[
all
...]
CGOpenMPRuntimeGPU.cpp
815
llvm::any_of(D.
getClausesOfKind
<OMPScheduleClause>(),
1619
for (const auto *C : Dir->
getClausesOfKind
<OMPLastprivateClause>()) {
1631
for (const auto *C : D.
getClausesOfKind
<OMPReductionClause>()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
445
getClausesOfKind
(ArrayRef<OMPClause *> Clauses) {
453
getClausesOfKind
() const {
454
return
getClausesOfKind
<SpecificClause>(clauses());
464
auto Clauses =
getClausesOfKind
<SpecificClause>();
478
auto Clauses =
getClausesOfKind
<SpecificClause>();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
9568
OMPExecutableDirective::
getClausesOfKind
<OMPCollapseClause>(Clauses);
9576
OMPExecutableDirective::
getClausesOfKind
<OMPOrderedClause>(Clauses);
12552
OMPExecutableDirective::
getClausesOfKind
<OMPSizesClause>(Clauses);
Completed in 73 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026