OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decl_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genautomata.cc
2008
static htab_t
decl_table
;
2020
entry_ptr = htab_find_slot (
decl_table
, decl, INSERT);
2041
entry = htab_find (
decl_table
, &work_decl);
2053
decl_table
= htab_create (10, decl_hash, decl_eq_p, (htab_del) 0);
2062
htab_delete (
decl_table
);
2000
static htab_t
decl_table
;
variable
/src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc
2008
static htab_t
decl_table
;
2020
entry_ptr = htab_find_slot (
decl_table
, decl, INSERT);
2041
entry = htab_find (
decl_table
, &work_decl);
2053
decl_table
= htab_create (10, decl_hash, decl_eq_p, (htab_del) 0);
2062
htab_delete (
decl_table
);
2000
static htab_t
decl_table
;
variable
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026