Home
last modified time | relevance | path

Searched refs:RefHash (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/
H A DRefHash.pm1 package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd
245 Tie::RefHash::Nestable;
/openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/
H A Drebless.t12 use Tie::RefHash;
H A Dthreaded.t32 use Tie::RefHash;
H A Dstorable.t19 use Tie::RefHash;
H A Drefhash.t27 use Tie::RefHash;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPass.cpp98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local
103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
H A DLoopPass.cpp193 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local
198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
H A DCallGraphSCCPass.cpp464 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local
474 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp1428 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local
1433 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()
1542 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local
1548 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsmartmatch.t68 require Tie::RefHash;
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm9 use Tie::RefHash; # To cache subroutine refs
348 tie %Is_fatalised_sub, 'Tie::RefHash';
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl58delta.pod1167 C<Tie::RefHash::Nestable>, by Edward Avis, allows storing hash
1168 references (unlike the standard Tie::RefHash) The module is contained
1169 within Tie::RefHash. See L<Tie::RefHash>.
H A Dperlref.pod945 The standard Tie::RefHash module provides a convenient workaround to this.
H A Dperl5340delta.pod489 L<Tie::RefHash> has been upgraded from version 1.39 to 1.40.
H A Dperl5101delta.pod835 =item C<Tie::RefHash>
H A Dperl589delta.pod993 C<Tie::RefHash> upgraded to version 1.38
H A Dperl5004delta.pod912 Tie/RefHash.pm Base class for tied hashes with references as keys
H A Dperl561delta.pod472 =item Tie::RefHash
474 Now supports Tie::RefHash::Nestable to automagically tie hashref values.
H A Dperl5120delta.pod1285 =item C<Tie::RefHash>
H A Dperl5140delta.pod2070 L<Tie::RefHash> has been upgraded from version 1.38 to 1.39.
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq4.pod2542 each hash entry, you can use the Tie::RefHash module, which does the