Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmtOpenMP.cpp153 for (const Expr *IRef : C->varlists()) { in emitPreInitStmt() local
823 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
952 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
980 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
1061 const auto *IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
1151 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
1232 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() local
3564 for (const Expr *IRef : Privates) { in emitScanBasedDirectiveDecls() local
4618 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
4631 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
[all …]