Home
last modified time | relevance | path

Searched refs:alloc_pool_descriptor (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalloc-pool.c73 struct alloc_pool_descriptor struct
95 const struct alloc_pool_descriptor *const d = in hash_descriptor() argument
96 (const struct alloc_pool_descriptor * )p; in hash_descriptor()
102 const struct alloc_pool_descriptor *const d = in eq_descriptor()
103 (const struct alloc_pool_descriptor *) p1; in eq_descriptor()
108 static struct alloc_pool_descriptor *
109 alloc_pool_descriptor (const char *name) in alloc_pool_descriptor() function
111 struct alloc_pool_descriptor **slot; in alloc_pool_descriptor()
116 slot = (struct alloc_pool_descriptor **) in alloc_pool_descriptor()
122 *slot = XCNEW (struct alloc_pool_descriptor); in alloc_pool_descriptor()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h540 struct alloc_pool_descriptor struct
564 extern hash_map<const char *, alloc_pool_descriptor> *alloc_pool_hash; argument