Home
last modified time | relevance | path

Searched refs:CKind (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp448 switch (CKind) { in isAllowedClauseForDirective()
460 switch (CKind) { in isAllowedClauseForDirective()
470 switch (CKind) { in isAllowedClauseForDirective()
482 switch (CKind) { in isAllowedClauseForDirective()
492 switch (CKind) { in isAllowedClauseForDirective()
502 switch (CKind) { in isAllowedClauseForDirective()
512 switch (CKind) { in isAllowedClauseForDirective()
522 switch (CKind) { in isAllowedClauseForDirective()
532 switch (CKind) { in isAllowedClauseForDirective()
542 switch (CKind) { in isAllowedClauseForDirective()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp448 switch (CKind) { in isAllowedClauseForDirective()
460 switch (CKind) { in isAllowedClauseForDirective()
470 switch (CKind) { in isAllowedClauseForDirective()
482 switch (CKind) { in isAllowedClauseForDirective()
492 switch (CKind) { in isAllowedClauseForDirective()
502 switch (CKind) { in isAllowedClauseForDirective()
512 switch (CKind) { in isAllowedClauseForDirective()
522 switch (CKind) { in isAllowedClauseForDirective()
532 switch (CKind) { in isAllowedClauseForDirective()
542 switch (CKind) { in isAllowedClauseForDirective()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp354 switch (CKind) { in isAllowedClauseForDirective()
364 switch (CKind) { in isAllowedClauseForDirective()
374 switch (CKind) { in isAllowedClauseForDirective()
384 switch (CKind) { in isAllowedClauseForDirective()
394 switch (CKind) { in isAllowedClauseForDirective()
404 switch (CKind) { in isAllowedClauseForDirective()
414 switch (CKind) { in isAllowedClauseForDirective()
424 switch (CKind) { in isAllowedClauseForDirective()
434 switch (CKind) { in isAllowedClauseForDirective()
444 switch (CKind) { in isAllowedClauseForDirective()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp323 switch (CKind) { in isAllowedClauseForDirective()
333 switch (CKind) { in isAllowedClauseForDirective()
343 switch (CKind) { in isAllowedClauseForDirective()
353 switch (CKind) { in isAllowedClauseForDirective()
363 switch (CKind) { in isAllowedClauseForDirective()
373 switch (CKind) { in isAllowedClauseForDirective()
383 switch (CKind) { in isAllowedClauseForDirective()
393 switch (CKind) { in isAllowedClauseForDirective()
403 switch (CKind) { in isAllowedClauseForDirective()
413 switch (CKind) { in isAllowedClauseForDirective()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp389 switch (CKind) { in isAllowedClauseForDirective()
399 switch (CKind) { in isAllowedClauseForDirective()
409 switch (CKind) { in isAllowedClauseForDirective()
419 switch (CKind) { in isAllowedClauseForDirective()
429 switch (CKind) { in isAllowedClauseForDirective()
439 switch (CKind) { in isAllowedClauseForDirective()
449 switch (CKind) { in isAllowedClauseForDirective()
459 switch (CKind) { in isAllowedClauseForDirective()
469 switch (CKind) { in isAllowedClauseForDirective()
479 switch (CKind) { in isAllowedClauseForDirective()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp559 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclareMapperDirective()
712 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
713 CKind == OMPC_linear) { in parseDeclareSimdClauses()
716 if (CKind == OMPC_aligned) in parseDeclareSimdClauses()
725 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
907 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
1253 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1409 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1417 ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
1574 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) { in ParseOpenMPClause()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp733 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
734 CKind == OMPC_linear) { in parseDeclareSimdClauses()
737 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
748 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
1113 if (CKind != OMPC_match) { in ParseOMPDeclareVariantClauses()
1409 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
1768 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1929 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1937 ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2095 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp733 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
734 CKind == OMPC_linear) { in parseDeclareSimdClauses()
737 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
748 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
1113 if (CKind != OMPC_match) { in ParseOMPDeclareVariantClauses()
1409 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
1768 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1929 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1937 ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2095 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1931 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1972 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2488 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2660 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2664 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2672 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2925 OMPClauseKind = CKind; in ParseOpenMPClause()
2938 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp733 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1412 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1719 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1760 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2122 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2282 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2286 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2294 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2501 OMPClauseKind = CKind; in ParseOpenMPClause()
2506 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseOpenMP.cpp733 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1412 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1719 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1760 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2122 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2282 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2286 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2294 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2501 OMPClauseKind = CKind; in ParseOpenMPClause()
2506 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp575 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
576 CKind == OMPC_linear) { in parseDeclareSimdClauses()
579 if (CKind == OMPC_aligned) in parseDeclareSimdClauses()
581 else if (CKind == OMPC_linear) in parseDeclareSimdClauses()
588 if (CKind == OMPC_aligned) { in parseDeclareSimdClauses()
762 Actions.StartOpenMPClause(CKind); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
764 ParseOpenMPClause(OMPD_requires, CKind, !FirstClauses[CKind].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1128 OpenMPClauseKind CKind = in ParseOpenMPDeclarativeOrExecutableDirective() local
1136 ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
1292 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) { in ParseOpenMPClause()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1929 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2339 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2504 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2508 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2516 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2770 OMPClauseKind = CKind; in ParseOpenMPClause()
2783 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1929 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2339 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2504 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2508 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2516 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2770 OMPClauseKind = CKind; in ParseOpenMPClause()
2783 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1929 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2339 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2504 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2508 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2516 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2770 OMPClauseKind = CKind; in ParseOpenMPClause()
2783 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1929 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2339 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2504 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2508 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2516 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2770 OMPClauseKind = CKind; in ParseOpenMPClause()
2783 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParseOpenMP.cpp740 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1432 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1929 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1970 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2339 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2504 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2508 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2516 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2770 OMPClauseKind = CKind; in ParseOpenMPClause()
2783 switch (CKind) { in ParseOpenMPClause()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp730 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1422 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1790 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1831 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2201 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2361 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2365 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2373 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2580 OMPClauseKind = CKind; in ParseOpenMPClause()
2585 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp739 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1431 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1904 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1945 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2322 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2482 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2486 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2494 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2701 OMPClauseKind = CKind; in ParseOpenMPClause()
2706 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp739 if (CKind == OMPC_uniform || CKind == OMPC_aligned || in parseDeclareSimdClauses()
1431 if (CKind != OMPC_match) { in parseOMPDeclareVariantMatchClause()
1904 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1945 OMPD_requires, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2322 OMPD_allocate, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2482 CKind = OMPC_flush; in ParseOpenMPDeclarativeOrExecutableDirective()
2486 CKind = OMPC_depobj; in ParseOpenMPDeclarativeOrExecutableDirective()
2494 DKind, CKind, !FirstClauses[unsigned(CKind)].getInt()); in ParseOpenMPDeclarativeOrExecutableDirective()
2701 OMPClauseKind = CKind; in ParseOpenMPClause()
2706 if (CKind != OMPC_unknown && in ParseOpenMPClause()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp558 if (CKind == OMPC_uniform || CKind == OMPC_aligned ||
559 CKind == OMPC_linear) {
562 if (CKind == OMPC_aligned)
564 else if (CKind == OMPC_linear)
571 if (CKind == OMPC_aligned) {
1061 OpenMPClauseKind CKind =
1066 Actions.StartOpenMPClause(CKind);
1069 ParseOpenMPClause(DKind, CKind, !FirstClauses[CKind].getInt());
1070 FirstClauses[CKind].setInt(true);
1224 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp71 : DKind(DKind), CKind(CKind), RefExpr(RefExpr), in DSAVarData()
739 DVar.CKind = in getDSA()
7962 switch (CKind) { in getOpenMPCaptureRegionForClause()
9420 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_private) { in ActOnOpenMPPrivateClause()
9608 DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared) { in ActOnOpenMPFirstprivateClause()
9843 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_lastprivate && in ActOnOpenMPLastprivateClause()
9973 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared && in ActOnOpenMPSharedClause()
11454 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_copyprivate && in ActOnOpenMPCopyprivateClause()
12157 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
12224 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp72 : DKind(DKind), CKind(CKind), RefExpr(RefExpr), in DSAVarData()
827 DVar.CKind = in getDSA()
8311 switch (CKind) { in getOpenMPCaptureRegionForClause()
9861 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_private) { in ActOnOpenMPPrivateClause()
10049 DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared) { in ActOnOpenMPFirstprivateClause()
10295 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_lastprivate && in ActOnOpenMPLastprivateClause()
10425 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared && in ActOnOpenMPSharedClause()
11998 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_copyprivate && in ActOnOpenMPCopyprivateClause()
12741 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
12828 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp71 : DKind(DKind), CKind(CKind), RefExpr(RefExpr), in DSAVarData()
990 DVar.CKind = in getDSA()
9280 switch (CKind) { in getOpenMPCaptureRegionForClause()
10868 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_private) { in ActOnOpenMPPrivateClause()
11056 DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared) { in ActOnOpenMPFirstprivateClause()
11302 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_lastprivate && in ActOnOpenMPLastprivateClause()
11432 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared && in ActOnOpenMPSharedClause()
13017 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_copyprivate && in ActOnOpenMPCopyprivateClause()
13760 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
13847 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp79 : DKind(DKind), CKind(CKind), Modifier(Modifier), RefExpr(RefExpr), in DSAVarData()
1258 DVar.CKind = in getDSA()
2241 if (DVarTop.CKind != OMPC_unknown && isOpenMPPrivate(DVarTop.CKind) && in isOpenMPCapturedDecl()
11874 switch (CKind) { in getOpenMPCaptureRegionForClause()
13898 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_private) { in ActOnOpenMPPrivateClause()
14092 DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared) { in ActOnOpenMPFirstprivateClause()
14502 if (DVar.CKind != OMPC_unknown && DVar.CKind != OMPC_shared && in ActOnOpenMPSharedClause()
17123 (CKind == OMPC_to || CKind == OMPC_from)) { in checkMapClauseExpressionBase()
17253 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
17340 assert(CKind == OMPC_to || CKind == OMPC_from); in checkMapConflicts()
[all …]

1234