Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.h62 extern hashval_t hash_c_test PARAMS ((const PTR));
H A Dgenconditions.c201 condition_table = htab_create (1000, hash_c_test, cmp_c_test, NULL);
H A Dgensupport.c951 hash_c_test, cmp_c_test, NULL);
1053 hash_c_test (x) in hash_c_test() function
H A DChangeLog17629 (insn_elision, condition_table, hash_c_test, cmp_c_test,
/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.h58 extern hashval_t hash_c_test (const void *);
H A Dgensupport.c981 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL); in init_md_reader_args_cb()
1147 hash_c_test (const void *x) in hash_c_test() function