Searched refs:copy_array_temps (Results 1 – 6 of 6) sorted by relevance
283 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()
701 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
3488 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function3493 helper_expr_range copy_array_temps() { in copy_array_temps() function
3706 for (auto *E : C->copy_array_temps()) {
7374 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
4748 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()