Home
last modified time | relevance | path

Searched refs:DSAS (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13677 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
14030 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
14083 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
14118 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
14121 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
14154 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
14158 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
14196 DSAS, Type)) in checkMappableExpressionList()
14204 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
14238 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12054 Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E, in checkMapConflicts() argument
12074 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
12300 checkMappableExpressionList(Sema &SemaRef, DSAStackTy *DSAS, in checkMappableExpressionList() argument
12371 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
12375 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
12387 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
12391 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
12413 DSAS, Type)) in checkMappableExpressionList()
12421 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
12454 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12658 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
12904 checkMappableExpressionList(Sema &SemaRef, DSAStackTy *DSAS, in checkMappableExpressionList() argument
12958 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
12987 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
12991 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13029 DSAS, Type)) in checkMappableExpressionList()
13037 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
13070 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15492 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
15853 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
15906 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
15941 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
15944 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
15977 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
15981 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
16033 DSAS, Type)) in checkMappableExpressionList()
16043 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
16084 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp15492 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
15853 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
15906 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
15941 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
15944 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
15977 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
15981 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
16033 DSAS, Type)) in checkMappableExpressionList()
16043 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
16084 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17165 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17531 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17584 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17625 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17628 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17661 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17665 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17721 DSAS, Type)) in checkMappableExpressionList()
17731 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17787 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp17315 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17681 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17735 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17776 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17779 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17812 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17816 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17872 DSAS, Type)) in checkMappableExpressionList()
17882 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17938 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp17315 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17681 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17735 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17776 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17779 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17812 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17816 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17872 DSAS, Type)) in checkMappableExpressionList()
17882 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17938 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp16976 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17342 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17395 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17435 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17438 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17471 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17475 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17530 DSAS, Type)) in checkMappableExpressionList()
17540 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17596 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp16966 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17332 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17385 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17425 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17428 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17461 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17465 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17520 DSAS, Type)) in checkMappableExpressionList()
17530 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17586 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp19044 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19412 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19470 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19511 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19514 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19547 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19553 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19610 DSAS, Type, /*FullCheck=*/true)) in checkMappableExpressionList()
19618 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19689 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp18951 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19319 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19414 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19450 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19454 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19511 DSAS, Type)) in checkMappableExpressionList()
19519 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp18951 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19319 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19414 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19450 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19454 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19511 DSAS, Type)) in checkMappableExpressionList()
19519 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18951 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19319 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19414 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19450 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19454 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19511 DSAS, Type)) in checkMappableExpressionList()
19519 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp18951 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19319 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19414 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19450 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19454 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19511 DSAS, Type)) in checkMappableExpressionList()
19519 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp18951 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
19319 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19414 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19450 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19454 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19511 DSAS, Type)) in checkMappableExpressionList()
19519 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]