Searched refs:refcount_is (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | qr-72922.t | 33 refcount_is $re_weak_copy, $refcnt_start - 1, "refcnt decreased"; 37 refcount_is $re_weak_copy, $refcnt_start - 1, "refcnt not decreased";
|
| D | subst.t | 90 refcount_is $ref, 1, 's///r does not leak'; 92 refcount_is $ref, 1, 's///rg does not leak';
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | inccode.t | 275 refcount_is $die, $initial_sub_refcnt, "no leaks"; 276 refcount_is $data, $initial_data_refcnt, "no leaks"; 279 refcount_is $die, $initial_sub_refcnt, "no leaks"; 280 refcount_is $data, $initial_data_refcnt, "no leaks";
|
| D | sort.t | 906 ::refcount_is \&::sportello, $refcnt, "sort sub refcnt";
|
| /openbsd/src/gnu/usr.bin/perl/t/ |
| D | test.pl | 530 sub refcount_is { subroutine
|