Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp617 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3177 CopyArrayTemps.append(C->copy_array_temps().begin(), in emitScanBasedDirective()
3178 C->copy_array_temps().end()); in emitScanBasedDirective()
4435 CopyArrayTemps.append(C->copy_array_temps().begin(), in EmitOMPScanDirective()
4436 C->copy_array_temps().end()); in EmitOMPScanDirective()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3004 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3009 helper_expr_range copy_array_temps() { in copy_array_temps() function
DRecursiveASTVisitor.h3325 for (auto *E : C->copy_array_temps()) {
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6437 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2391 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()