| /src/external/gpl3/gcc/dist/gcc/ |
| ggc-none.cc | 52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t function
|
| ggc.h | 143 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *), 148 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) 150 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); 212 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), 216 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 237 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), 242 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, 327 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); 333 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); 147 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) function
|
| ggc-common.cc | 123 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n function
|
| genmatch.cc | 37 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ggc-none.cc | 52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t function
|
| ggc.h | 141 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *), 146 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) 148 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); 210 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), 214 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 235 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), 240 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, 325 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); 331 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); 145 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) function
|
| ggc-common.cc | 111 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n function
|
| genmatch.cc | 35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), function
|