Home
last modified time | relevance | path

Searched refs:copy_ops (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp657 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3196 helper_expr_const_range copy_ops() const { in copy_ops() function
3201 helper_expr_range copy_ops() { in copy_ops() function
DRecursiveASTVisitor.h3446 for (auto *E : C->copy_ops()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4882 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6266 for (auto *E : C->copy_ops()) in VisitOMPReductionClause()