Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp252 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()
3359 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()
3360 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()
4883 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()
4884 C->copy_array_temps().end()); in EmitOMPScanDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp661 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3206 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3211 helper_expr_range copy_array_temps() { in copy_array_temps() function
H A DRecursiveASTVisitor.h3449 for (auto *E : C->copy_array_temps()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6268 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4617 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()