Searched refs:OMPLastprivateClause (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp69 return static_cast<const OMPLastprivateClause *>(C);
154 return static_cast<const OMPLastprivateClause *>(C);
377 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
383 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
390 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
397 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
405 OMPLastprivateClause *OMPLastprivateClause::Create(
412 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause(
[all...]
H A DStmtProfile.cpp555 OMPClauseProfiler::VisitOMPLastprivateClause(const OMPLastprivateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2132 class OMPLastprivateClause final
2133 : public OMPVarListClause<OMPLastprivateClause>,
2135 private llvm::TrailingObjects<OMPLastprivateClause, Expr *> {
2169 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
2173 : OMPVarListClause<OMPLastprivateClause>(OMPC_lastprivate, StartLoc,
2181 explicit OMPLastprivateClause(unsigned N) function in class:clang::final
2182 : OMPVarListClause<OMPLastprivateClause>(
2272 static OMPLastprivateClause *
2283 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2347 auto Children = const_cast<OMPLastprivateClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3173 OMPLastprivateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp751 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
988 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1050 llvm::any_of(D.getClausesOfKind<OMPLastprivateClause>(),
1051 [](const OMPLastprivateClause *C) {
1078 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
3172 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
H A DCGOpenMPRuntime.cpp11335 NeedToPush(llvm::any_of(S.getClausesOfKind<OMPLastprivateClause>(),
11336 [](const OMPLastprivateClause *C) {
11345 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
11388 !llvm::any_of(S.getClausesOfKind<OMPLastprivateClause>(),
11389 [](const OMPLastprivateClause *C) {
H A DCGOpenMPRuntimeNVPTX.cpp405 else if (const auto *PC = dyn_cast<OMPLastprivateClause>(C))
2026 for (const auto *C : Dir->getClausesOfKind<OMPLastprivateClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2247 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) {
4380 auto *PC = cast<OMPLastprivateClause>(Cl);
13181 return OMPLastprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
H A DTreeTransform.h8878 TreeTransform<Derived>::TransformOMPLastprivateClause(OMPLastprivateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6182 void OMPClauseWriter::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
H A DASTReader.cpp11611 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
11897 void OMPClauseReader::VisitOMPLastprivateClause(OMPLastprivateClause *C) {

Completed in 620 milliseconds