OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_cst_hasher
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
203
struct
int_cst_hasher
: ggc_cache_ptr_hash<tree_node>
struct in inherits:ggc_cache_ptr_hash
209
static GTY ((cache)) hash_table<
int_cst_hasher
> *int_cst_hash_table;
713
int_cst_hash_table = hash_table<
int_cst_hasher
>::create_ggc (1024);
1619
int_cst_hasher
::hash (tree x)
1635
int_cst_hasher
::equal (tree x, tree y)
/src/external/gpl3/gcc/dist/gcc/
tree.cc
179
struct
int_cst_hasher
: ggc_cache_ptr_hash<tree_node>
struct in inherits:ggc_cache_ptr_hash
185
static GTY ((cache)) hash_table<
int_cst_hasher
> *int_cst_hash_table;
695
int_cst_hash_table = hash_table<
int_cst_hasher
>::create_ggc (1024);
1602
int_cst_hasher
::hash (tree x)
1618
int_cst_hasher
::equal (tree x, tree y)
Completed in 30 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026