Searched refs:walkoptree (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | walkoptree.t | 44 B::walkoptree(B::svref_2object($victim)->ROOT, "pie"); 58 B::walkoptree(B::svref_2object($victim)->ROOT, "pie"); 86 B::walkoptree(B::svref_2object($victim)->ROOT, "fiddle");
|
H A D | invlist.t | 61 B::walkoptree( $op->CV->ROOT, 'visit' );
|
H A D | b.t | 494 B::walkoptree(B::svref_2object(sub {our $x = 1})->ROOT, "::gvsv_const");
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | coresubs.t | 131 B::walkoptree(B::svref_2object($_[0])->ROOT, 'pushname');
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 362 walkoptree(pTHX_ OP *o, const char *method, SV *ref) in walkoptree() function 397 ref = walkoptree(aTHX_ kid, method, ref); in walkoptree() 403 ref = walkoptree(aTHX_ kid, method, ref); in walkoptree() 696 walkoptree(op, method) 700 (void) walkoptree(aTHX_ op, method, &PL_sv_undef);
|
/openbsd/gnu/usr.bin/perl/t/perf/ |
H A D | opcount.t | 53 B::walkoptree(B::svref_2object($coderef)->ROOT,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | MANIFEST | 4775 ext/B/t/walkoptree.t See if B::walkoptree (and friends) work
|