Searched refs:RefHash (Results 1 – 25 of 25) sorted by relevance
1 package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd245 Tie::RefHash::Nestable;
12 use Tie::RefHash;
32 use Tie::RefHash;
19 use Tie::RefHash;
27 use Tie::RefHash;
98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
193 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
464 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local474 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1428 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local1433 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1542 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local1548 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
68 require Tie::RefHash;
9 use Tie::RefHash; # To cache subroutine refs
907 Tie::RefHash 3p lib/Tie/RefHash.pm \
3167 cpan/Tie-RefHash/lib/Tie/RefHash.pm Base class for tied hashes with references as keys3168 cpan/Tie-RefHash/t/rebless.t Test for Tie::RefHash with rebless3169 cpan/Tie-RefHash/t/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable3170 cpan/Tie-RefHash/t/storable.t Test for Tie::RefHash with storable3171 cpan/Tie-RefHash/t/threaded.t Test for Tie::RefHash with threads
1167 C<Tie::RefHash::Nestable>, by Edward Avis, allows storing hash1168 references (unlike the standard Tie::RefHash) The module is contained1169 within Tie::RefHash. See L<Tie::RefHash>.
945 The standard Tie::RefHash module provides a convenient workaround to this.
489 L<Tie::RefHash> has been upgraded from version 1.39 to 1.40.
835 =item C<Tie::RefHash>
912 Tie/RefHash.pm Base class for tied hashes with references as keys
993 C<Tie::RefHash> upgraded to version 1.38
472 =item Tie::RefHash474 Now supports Tie::RefHash::Nestable to automagically tie hashref values.
1285 =item C<Tie::RefHash>
2070 L<Tie::RefHash> has been upgraded from version 1.38 to 1.39.
2542 each hash entry, you can use the Tie::RefHash module, which does the
1182 ./usr/share/man/man3p/Tie::RefHash.3p
1608 ./usr/libdata/perl5/Tie/RefHash.pm