Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/t/re/
Dqr-72922.t33 refcount_is $re_weak_copy, $refcnt_start - 1, "refcnt decreased";
37 refcount_is $re_weak_copy, $refcnt_start - 1, "refcnt not decreased";
Dsubst.t90 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/
Dinccode.t275 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";
Dsort.t906 ::refcount_is \&::sportello, $refcnt, "sort sub refcnt";
/openbsd/src/gnu/usr.bin/perl/t/
Dtest.pl530 sub refcount_is { subroutine