Home
last modified time | relevance | path

Searched refs:SecondGen (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3602 llvm::function_ref<void(CodeGenFunction &)> SecondGen) { in emitScanBasedDirective() argument
3736 SecondGen(CGF); in emitScanBasedDirective()
3762 const auto &&SecondGen = [&S, HasCancel, in emitWorksharingDirective()
3772 emitScanBasedDirective(CGF, S, NumIteratorsGen, FirstGen, SecondGen); in emitWorksharingDirective()