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.cpp161 for (const Expr *IRef : C->varlist()) { in emitPreInitStmt() local
885 const auto *IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local
1013 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local
1041 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local
1122 const auto *IRef = C->varlist_begin(); in EmitOMPLastprivateClauseInit() local
1212 auto IRef = C->varlist_begin(); in EmitOMPLastprivateClauseFinal() local
1293 for (const Expr *IRef : Shareds) { in EmitOMPReductionClauseInit() local
3752 for (const Expr *IRef : Privates) { in emitScanBasedDirectiveDecls() local
4890 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
4903 auto IRef = C->varlist_begin(); in EmitOMPTaskBasedDirective() local
[all …]