Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp157 for (const Expr *IRef : C->varlists()) { in emitPreInitStmt() local
847 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
975 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
1003 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
1084 const auto *IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
1174 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
1255 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() local
3610 for (const Expr *IRef : Privates) { in emitScanBasedDirectiveDecls() local
4690 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
4703 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
[all …]