Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3610 CopyArrayElems.append(C->copy_array_elems().begin(), in emitScanBasedDirectiveFinals()
3611 C->copy_array_elems().end()); in emitScanBasedDirectiveFinals()
3675 CopyArrayElems.append(C->copy_array_elems().begin(), in emitScanBasedDirective()
3676 C->copy_array_elems().end()); in emitScanBasedDirective()
5420 CopyArrayElems.append(C->copy_array_elems().begin(), in EmitOMPScanDirective()
5421 C->copy_array_elems().end()); in EmitOMPScanDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp703 for (auto *E : C->copy_array_elems()) { in VisitOMPReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3458 helper_expr_const_range copy_array_elems() const { in copy_array_elems() function
3463 helper_expr_range copy_array_elems() { in copy_array_elems() function
H A DRecursiveASTVisitor.h3634 for (auto *E : C->copy_array_elems()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6789 for (auto *E : C->copy_array_elems()) in VisitOMPReductionClause()