Home
last modified time | relevance | path

Searched refs:string_hash (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfrom-hash.t29 my $string_hash = {
35 my $req = CPAN::Meta::Requirements->from_string_hash($string_hash);
39 $string_hash,
47 my $string_hash = {
53 dies_ok { CPAN::Meta::Requirements->from_string_hash($string_hash) }
91 my $string_hash = {
100 my $req = eval { CPAN::Meta::Requirements->from_string_hash($string_hash); };
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog649 (string_hash, string_eq): New prototypes.
675 (string_hash, string_eq): New functions.
H A Dobjc-act.c1847 string_hash (const void *ptr) in string_hash() function
6741 string_htab = htab_create_ggc (31, string_hash, in hash_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c223 static unsigned string_hash PARAMS ((const char *));
2078 string_hash (string) in string_hash() function
2106 return string_hash (DECL_AUTOMATON (decl)->name);
2210 return string_hash (DECL_INSN_RESERV (decl)->name);
2314 return string_hash (d->mode == dm_unit
H A DChangeLog.19379 (string_hash): New function.
9387 (string_hash): Split out from hash_lookup.
/openbsd-src/gnu/gcc/gcc/
H A Dgenautomata.c1726 string_hash (const char *string) in string_hash() function
1752 return string_hash (DECL_AUTOMATON (decl)->name); in automaton_decl_hash()
1853 return string_hash (DECL_INSN_RESERV (decl)->name); in insn_decl_hash()
1951 return string_hash (d->mode == dm_unit in decl_hash()