Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12340 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
12355 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
12356 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
12358 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
12361 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
12362 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
12387 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
12391 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
12455 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
12466 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12944 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
12971 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
12972 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
12974 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
12977 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
12978 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13071 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
13082 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp14104 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
14138 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
14139 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
14141 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
14144 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
14145 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
14170 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
14174 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
14238 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
14257 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15927 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
15961 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
15962 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
15964 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
15967 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
15968 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
15993 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
15997 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
16084 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
16103 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp15927 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
15961 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
15962 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
15964 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
15967 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
15968 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
15993 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
15997 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
16084 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
16103 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17610 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17645 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17646 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17648 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17651 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17652 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17677 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17682 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17787 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17806 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp17761 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17796 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17797 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17799 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17802 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17803 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17828 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17833 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17938 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17957 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp17421 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17455 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17456 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17458 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17461 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17462 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17487 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17491 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17596 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17615 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp17411 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17445 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17446 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17448 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17451 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17452 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17477 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17481 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17586 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17605 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp17761 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
17796 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
17797 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
17799 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
17802 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
17803 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
17828 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17833 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17938 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17957 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp19496 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19531 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19532 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19534 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19537 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19538 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19565 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19570 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19689 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19708 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp19399 ValueDecl *CurDeclaration = nullptr; in checkMappableExpressionList() local
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
19435 assert(CurDeclaration && "Null decl on map clause."); in checkMappableExpressionList()
19437 CurDeclaration->isCanonicalDecl() && in checkMappableExpressionList()
19440 auto *VD = dyn_cast<VarDecl>(CurDeclaration); in checkMappableExpressionList()
19441 const auto *FD = dyn_cast<FieldDecl>(CurDeclaration); in checkMappableExpressionList()
19466 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19471 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19575 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19594 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()
[all …]