Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp586 auto IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
672 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
702 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
776 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
850 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
944 for (auto IRef : C->varlists()) { in EmitOMPReductionClauseInit() local
2442 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
2455 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
2471 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
2488 for (auto *IRef : C->varlists()) in EmitOMPTaskBasedDirective() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-auto-iterator.cpp274 int_iterator &IRef = I; in pointer_to_iterator() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp147 for (const Expr *IRef : C->varlists()) { in emitPreInitStmt() local
785 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
927 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
956 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
1034 const auto *IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
1128 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
1208 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() local
3189 for (const Expr *IRef : Privates) { in emitScanBasedDirective() local
3868 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
3881 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
[all …]