Searched refs:closure (Results 26 - 50 of 50) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h244 // If closure returns "false", iteration continues. If it returns
246 void ForEachSymbolFile(std::function<bool(SymbolFileDWARF *)> closure) { argument
250 if (closure(oso_dwarf))
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dvariables.t122 no warnings 'closure';
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dsyslog.t12 use warnings qw(closure deprecated exiting glob io misc numeric once overflow
/openbsd-current/usr.sbin/amd/amd/
H A Dafs_ops.c572 afs_cont(int rc, int term, void *closure) argument
574 struct continuation *cp = (struct continuation *) closure;
639 afs_retry(int rc, int term, void *closure) argument
641 struct continuation *cp = (struct continuation *) closure;
H A Dmap.c869 free_map_if_success(int rc, int term, void *closure) argument
871 am_node *mp = (am_node *) closure;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dserver.c151 is used as the closure field in a buffer. */
197 fd_buffer_input (closure, data, need, size, got)
198 void *closure;
204 struct fd_buffer *fd = (struct fd_buffer *) closure;
246 fd_buffer_output (closure, data, have, wrote)
247 void *closure;
252 struct fd_buffer *fd = (struct fd_buffer *) closure;
292 fd_buffer_flush (closure)
293 void *closure;
302 fd_buffer_block (closure, bloc
[all...]
H A Dcommit.c45 static int findmaxrev PROTO((Node * p, void *closure));
48 static int precommit_list_proc PROTO((Node * p, void *closure));
1094 precommit_list_proc (p, closure)
1096 void *closure;
1596 findmaxrev (p, closure)
1598 void *closure;
H A Dtag.c28 static int pretag_list_proc PROTO((Node *p, void *closure));
613 pretag_list_proc(p, closure)
615 void *closure;
H A Dupdate.c1148 isremoved (node, closure)
1150 void *closure;
H A Drcs.c78 static int checkmagic_proc PROTO((Node *p, void *closure));
2424 checkmagic_proc (p, closure)
2426 void *closure;
/openbsd-current/lib/libpcap/
H A Doptimize.c308 * Find the backwards transitive closure of the flow graph. These sets
329 SET_INSERT(b->closure, b->id);
332 SET_UNION(JT(b)->closure, b->closure, nodewords);
333 SET_UNION(JF(b)->closure, b->closure, nodewords);
1823 blocks[i]->closure = p;
/openbsd-current/usr.bin/yacc/
H A Dlr0.c170 closure(this_state->items, this_state->nitems);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlexsub.t231 is &$sub1, 48, 'state sub in closure (1)';
232 is &$sub2, 49, 'state sub in closure (2)';
267 is s1,\&s2, 'state sub in anon closure closing over sibling state sub';
268 is s2,\&s1, 'state sub in anon closure closing over sibling state sub';
308 use warnings 'closure';
317 "unavailability warning when state closure is defined in anon sub";
470 'closure behaviour of state sub in predeclared package sub';
597 is &$sub1, 48, 'my sub in closure (1)';
598 is &$sub2, 49, 'my sub in closure (2)';
634 is eval{s1},eval{\&s2}, 'my sub in anon closure closin
[all...]
H A Dlvref.t518 is \$x, \$y, 'lexical alias affects outer closure';
H A Dsignatures.t1373 no warnings qw(closure);
1381 is t146(), 1, "t146: closure can make new lexical not undef";
1388 is t147(), 1, "t147: closure can make new lexical not undef and magical";
1394 is t148(), 1, "t148: closure can make new lexical a ref";
1400 is ref(t149()), "ARRAY", "t149: closure can make new lexical a ref";
1421 is t152(), "1-", "t152: closure can make new lexical array non-empty";
1427 is t153(), "1-", "t153: closure can make new lexical hash non-empty";
1433 is t154(), "1-", "t154: closure can make new lexical array tied";
1439 is t155(), "1-", "t155: closure can make new lexical hash tied";
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc423 * The closure is designed to abstact away two types of value profile data:
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc423 * The closure is designed to abstact away two types of value profile data:
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSearch.pm100 my $closure = $self->_make_search_callback;
105 $self->_recurse_dir( $start_in, $closure, $modname_prefix );
112 $closure->($start_in, $_, 0, []);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm173 my $str_this = "$this" ; # Avoid a closure with $this in the subs below
465 closure, thus:
H A Dwarnings.pm21 'closure' => 2,
141 'closure' => "\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", # [1]
224 'closure' => "\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", # [1]
915 +- closure
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm755 captured by a returned closure, and the closure is executed after the block
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c5730 xtensa_callback_required_dependence (abfd, sec, link_info, callback, closure)
5735 PTR closure;
5768 (*callback) (sec, sec->_raw_size, sgotplt, 0, closure);
5807 closure);
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm1052 my $closure = sub
1063 bless $closure, 'Text::Balanced::Extractor';
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c9644 void *closure)
9680 (*callback) (sec, sec_size, sgotplt, 0, closure);
9719 closure);
9610 xtensa_callback_required_dependence(bfd *abfd, asection *sec, struct bfd_link_info *link_info, deps_callback_t callback, void *closure) argument
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs7764 # Store the transitive data closure of given object to disk.
7787 # Store the transitive data closure of given object to memory.

Completed in 247 milliseconds

12