OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_fixed_hasher
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc
186
struct
const_fixed_hasher
: ggc_cache_ptr_hash<rtx_def>
struct in inherits:ggc_cache_ptr_hash
192
static GTY ((cache)) hash_table<
const_fixed_hasher
> *const_fixed_htab;
330
const_fixed_hasher
::hash (rtx x)
345
const_fixed_hasher
::equal (rtx x, rtx y)
6372
const_fixed_htab = hash_table<
const_fixed_hasher
>::create_ggc (37);
/src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc
182
struct
const_fixed_hasher
: ggc_cache_ptr_hash<rtx_def>
struct in inherits:ggc_cache_ptr_hash
188
static GTY ((cache)) hash_table<
const_fixed_hasher
> *const_fixed_htab;
326
const_fixed_hasher
::hash (rtx x)
341
const_fixed_hasher
::equal (rtx x, rtx y)
6202
const_fixed_htab = hash_table<
const_fixed_hasher
>::create_ggc (37);
Completed in 25 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026