Searched refs:PrivateCopies (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp377 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) { argument
378 assert(PrivateCopies.size() == varlist_size() &&
380 std::copy(PrivateCopies.begin(), PrivateCopies.end(), varlist_end());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2248 SmallVector<Expr *, 8> PrivateCopies;
2251 PrivateCopies.push_back(nullptr);
2270 PrivateCopies.push_back(nullptr);
2273 PrivateCopies.push_back(buildDeclRefExpr(
2278 PrivateCopies.push_back(nullptr);
2281 Clause->setPrivateCopies(PrivateCopies);
12571 SmallVector<Expr *, 8> PrivateCopies;
12581 PrivateCopies.push_back(nullptr);
12693 PrivateCopies.push_back(VDPrivateRefExpr);
12700 PrivateCopies);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h95 SmallVector<const Expr *, 4> PrivateCopies; member in struct:clang::CodeGen::final
H A DCGStmtOpenMP.cpp3149 Data.PrivateCopies.push_back(IInit);
H A DCGOpenMPRuntime.cpp4949 auto I = Data.PrivateCopies.begin();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2300 void setPrivateCopies(ArrayRef<Expr *> PrivateCopies);

Completed in 334 milliseconds