Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp257 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp681 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3365 helper_expr_const_range copy_array_temps() const { in copy_array_temps() function
3370 helper_expr_range copy_array_temps() { in copy_array_temps() function
H A DRecursiveASTVisitor.h3615 for (auto *E : C->copy_array_temps()) {
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6642 for (auto *E : C->copy_array_temps()) in VisitOMPReductionClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2556 for (auto *E : C->copy_array_temps()) { in VisitOMPReductionClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4949 for (Expr *E : RC->copy_array_temps()) in ActOnOpenMPRegionEnd()