OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typename_htab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
4374
static GTY (()) hash_table<typename_hasher> *
typename_htab
;
4382
if (
typename_htab
== NULL)
4383
typename_htab
= hash_table<typename_hasher>::create_ggc (61);
4395
tree *e =
typename_htab
->find_slot_with_hash (&ti, hash, INSERT);
4366
static GTY (()) hash_table<typename_hasher> *
typename_htab
;
variable
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
4055
static GTY (()) hash_table<typename_hasher> *
typename_htab
;
4063
if (
typename_htab
== NULL)
4064
typename_htab
= hash_table<typename_hasher>::create_ggc (61);
4077
tree *e =
typename_htab
->find_slot_with_hash (&ti, hash, INSERT);
4047
static GTY (()) hash_table<typename_hasher> *
typename_htab
;
variable
Completed in 37 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026