OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpp_hash_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/include/
symtab.h
41
typedef struct ht
cpp_hash_table
;
typedef in typeref:struct:ht
54
hashnode (*alloc_node) (
cpp_hash_table
*);
74
extern
cpp_hash_table
*ht_create (unsigned int order);
77
extern void ht_destroy (
cpp_hash_table
*);
79
extern hashnode ht_lookup (
cpp_hash_table
*, const unsigned char *,
81
extern hashnode ht_lookup_with_hash (
cpp_hash_table
*, const unsigned char *,
84
inline hashnode ht_lookup (
cpp_hash_table
*ht, const ht_identifier &id,
97
extern void ht_forall (
cpp_hash_table
*, ht_cb, const void *);
101
extern void ht_purge (
cpp_hash_table
*, ht_cb, const void *);
104
extern void ht_load (
cpp_hash_table
*ht, hashnode *entries
[
all
...]
/src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h
40
typedef struct ht
cpp_hash_table
;
typedef in typeref:struct:ht
53
hashnode (*alloc_node) (
cpp_hash_table
*);
73
extern
cpp_hash_table
*ht_create (unsigned int order);
76
extern void ht_destroy (
cpp_hash_table
*);
78
extern hashnode ht_lookup (
cpp_hash_table
*, const unsigned char *,
80
extern hashnode ht_lookup_with_hash (
cpp_hash_table
*, const unsigned char *,
90
extern void ht_forall (
cpp_hash_table
*, ht_cb, const void *);
94
extern void ht_purge (
cpp_hash_table
*, ht_cb, const void *);
97
extern void ht_load (
cpp_hash_table
*ht, hashnode *entries,
101
extern void ht_dump_statistics (
cpp_hash_table
*);
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026