Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dinterop_ast_print.cpp81 omp_interop_t &IRef = I; in foo1() local
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp150 for (const auto &IRef : IRefVec) in getSingleAttrDiff() local
241 for (const auto &IRef : CollectedIRefVec) in findAndAddDiff() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-iterator.cpp274 int_iterator &IRef = I; in pointer_to_iterator() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp157 for (const Expr *IRef : C->varlists()) { emitPreInitStmt() local
842 const auto *IRef = C->varlist_begin(); EmitOMPFirstprivateClause() local
970 auto IRef = C->varlist_begin(); EmitOMPPrivateClause() local
998 auto IRef = C->varlist_begin(); EmitOMPCopyinClause() local
1079 const auto *IRef = C->varlist_begin(); EmitOMPLastprivateClauseInit() local
1169 auto IRef = C->varlist_begin(); EmitOMPLastprivateClauseFinal() local
1250 for (const Expr *IRef : Shareds) { EmitOMPReductionClauseInit() local
3592 for (const Expr *IRef : Privates) { emitScanBasedDirectiveDecls() local
4672 auto IRef = C->varlist_begin(); EmitOMPTaskBasedDirective() local
4685 auto IRef = C->varlist_begin(); EmitOMPTaskBasedDirective() local
4701 auto IRef = C->varlist_begin(); EmitOMPTaskBasedDirective() local
5067 auto IRef = C->varlist_begin(); EmitOMPTargetTaskBasedDirective() local
[all...]