| /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-tests.cc | 77 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); 239 return ggc_internal_cleared_alloc (sz);
|
| ggc-common.cc | 123 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n function
|
| symtab.cc | 580 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA);
|
| omp-simd-clone.cc | 268 ggc_internal_cleared_alloc (len);
|
| 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-tests.cc | 77 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); 239 return ggc_internal_cleared_alloc (sz);
|
| ggc-common.cc | 111 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n function
|
| omp-simd-clone.cc | 74 ggc_internal_cleared_alloc (len);
|
| symtab.cc | 580 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA);
|
| genmatch.cc | 35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), function
|
| /src/external/gpl3/gcc/dist/gcc/objcp/ |
| objcp-decl.h | 69 ggc_internal_cleared_alloc (SIZEOF_OBJC_TYPE_LANG_SPECIFIC))
|
| /src/external/gpl3/gcc.old/dist/gcc/objcp/ |
| objcp-decl.h | 69 ggc_internal_cleared_alloc (SIZEOF_OBJC_TYPE_LANG_SPECIFIC))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lex.cc | 946 = (struct lang_decl *) ggc_internal_cleared_alloc (size); 1117 auto *lt = (struct lang_type *) (ggc_internal_cleared_alloc
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| lex.cc | 904 = (struct lang_decl *) ggc_internal_cleared_alloc (size); 1075 auto *lt = (struct lang_type *) (ggc_internal_cleared_alloc
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 1888 allocate them using ggc_internal_cleared_alloc. */ 1894 return ggc_internal_cleared_alloc (sz, wrapper_finalizer, 0, 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.cc | 1723 allocate them using ggc_internal_cleared_alloc. */ 1729 return ggc_internal_cleared_alloc (sz, wrapper_finalizer, 0, 1);
|