Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp250 for (const Expr *E : C->copy_array_temps()) in OMPSimdLexicalScope()
3333 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirectiveDecls()
3334 C->copy_array_temps().end()); in emitScanBasedDirectiveDecls()
4857 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()
4858 C->copy_array_temps().end()); in EmitOMPScanDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp654 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3098 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3103 helper_expr_range copy_array_temps() { in copy_array_temps() function
H A DRecursiveASTVisitor.h3409 for (auto *E : C->copy_array_temps()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6261 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2425 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4610 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()