Searched refs:copy_array_temps (Results 1 – 7 of 7) sorted by relevance
257 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()5384 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()5385 C->copy_array_temps().end()); in EmitOMPScanDirective()
681 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
3365 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function3370 helper_expr_range copy_array_temps() { in copy_array_temps() function
3615 for (auto *E : C->copy_array_temps()) {
6642 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
2556 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
4949 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()