Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dread-rtl.c139 static hashval_t def_hash (const void *);
668 modes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
675 codes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
676 codes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
1127 def_hash (const void *def) in def_hash() function
1160 defs = htab_create (32, def_hash, def_name_eq_p, (htab_del) 0); in read_constants()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c38 static hashval_t def_hash PARAMS ((const void *));
405 def_hash (def) in def_hash() function
441 defs = htab_create (32, def_hash, def_name_eq_p, (htab_del) 0);
H A DChangeLog.43177 (def_hash, def_name_eq_p, read_constants): New static functions.
H A DChangeLog.5154 fatal_expected_char, read_name, read_string, def_hash,
H A DChangeLog11578 * read-rtl.c (def_hash): Likewise.