Home
last modified time | relevance | path

Searched refs:size_htab_eq (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c71 static int size_htab_eq PARAMS ((const void *, const void *));
1366 size_htab_eq (x, y) in size_htab_eq() function
1405 size_htab = htab_create (1024, size_htab_hash, size_htab_eq, NULL);
H A DChangeLog.610645 (size_htab_hash, size_htab_eq): New functions.