Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp283 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()
3600 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()
3601 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()
5475 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()
5476 C->copy_array_temps().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp701 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3488 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3493 helper_expr_range copy_array_temps() { in copy_array_temps() function
H A DRecursiveASTVisitor.h3706 for (auto *E : C->copy_array_temps()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7374 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4748 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()