Home
last modified time | relevance | path

Searched defs:IRef (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp149 for (const Expr *IRef : C->varlists()) { in emitPreInitStmt() local
806 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
948 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
977 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
1057 const auto *IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
1151 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
1231 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() local
3343 for (const Expr *IRef : Privates) { in emitScanBasedDirectiveDecls() local
4271 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
4284 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
[all …]