Searched refs:Closures (Results 1 – 6 of 6) sorted by relevance
749 std::vector<Closure> Closures; in runOnMachineFunction() local770 Closures.push_back(std::move(C)); in runOnMachineFunction()773 for (Closure &C : Closures) { in runOnMachineFunction()
257 Closures are documented in L<perlref>.266 Closures are most often used in programming languages where you can306 Closures are often used for less esoteric purposes. For example, when
1537 The L<File::Find::Closures>, which you can download from CPAN, provides
575 =head2 Closures, eval and lexicals
3098 Closures of the form C<sub () { $some_variable }> are no longer inlined,
3425 Closures containing no string evals no longer hang on to their containing