Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp697 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3655 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in emitScanBasedDirectiveFinals()
5474 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3478 helper_expr_const_range copy_ops() const { in copy_ops() function
3483 helper_expr_range copy_ops() { in copy_ops() function
H A DRecursiveASTVisitor.h3703 for (auto *E : C->copy_ops()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7366 for (auto *E : C->copy_ops()) in VisitOMPReductionClause()