Searched refs:copy_array_temps (Results 1 – 6 of 6) 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()5418 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()5419 C->copy_array_temps().end()); in EmitOMPScanDirective()
699 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
3448 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function3453 helper_expr_range copy_array_temps() { in copy_array_temps() function
3631 for (auto *E : C->copy_array_temps()) {
6787 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
4964 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()