OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_htab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
3105
htab_t
attr_htab
;
3109
attr_htab
= htab_create (500, htab_hash_string, htab_eq_string, NULL);
3115
slot = htab_find_slot (
attr_htab
, attr_name, INSERT);
3121
htab_delete (
attr_htab
);
3128
htab_delete (
attr_htab
);
3100
htab_t
attr_htab
;
local
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
2561
htab_t
attr_htab
;
2565
attr_htab
= htab_create (500, htab_hash_string, htab_eq_string, NULL);
2571
slot = htab_find_slot (
attr_htab
, attr_name, INSERT);
2577
htab_delete (
attr_htab
);
2584
htab_delete (
attr_htab
);
2556
htab_t
attr_htab
;
local
Completed in 21 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026