Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3660 llvm::function_ref<void(CodeGenFunction &)> SecondGen) { in emitScanBasedDirective() argument
3794 SecondGen(CGF); in emitScanBasedDirective()
3820 const auto &&SecondGen = [&S, HasCancel, in emitWorksharingDirective()
3830 emitScanBasedDirective(CGF, S, NumIteratorsGen, FirstGen, SecondGen); in emitWorksharingDirective()