Home
last modified time | relevance | path

Searched refs:copy_array_temps (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp257 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()
3554 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()
3555 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()
5418 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()
5419 C->copy_array_temps().end()); in EmitOMPScanDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp699 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3448 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3453 helper_expr_range copy_array_temps() { in copy_array_temps() function
H A DRecursiveASTVisitor.h3631 for (auto *E : C->copy_array_temps()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6787 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4964 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()