Home
last modified time | relevance | path

Searched refs:ggc_internal_cleared_alloc (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h136 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *),
141 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() function
143 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); in ggc_internal_cleared_alloc()
205 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), in ggc_cleared_alloc()
209 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 in ggc_cleared_alloc()
230 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), in ggc_cleared_vec_alloc()
235 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, in ggc_cleared_vec_alloc()
315 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat()
321 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_gimple_statement_stat()
H A Dggc-none.c52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_cleared_alloc() function
H A Dggc-tests.c86 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); in test_length()
244 return ggc_internal_cleared_alloc (sz); in new()
H A Dggc-common.c114 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_cleared_alloc() function
H A Dsymtab.c548 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA); in get_dump_name()
H A Domp-simd-clone.c74 ggc_internal_cleared_alloc (len); in simd_clone_struct_alloc()
H A Dgenmatch.c35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), in ggc_internal_cleared_alloc() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc.h140 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *),
145 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() function
147 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); in ggc_internal_cleared_alloc()
209 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), in ggc_cleared_alloc()
213 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 in ggc_cleared_alloc()
234 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), in ggc_cleared_vec_alloc()
239 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, in ggc_cleared_vec_alloc()
323 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat()
329 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_gimple_statement_stat()
H A Dggc-none.cc52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_cleared_alloc() function
H A Dggc-tests.cc75 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); in test_length()
233 return ggc_internal_cleared_alloc (sz); in operator new()
H A Dggc-common.cc111 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_cleared_alloc() function
H A Dsymtab.cc580 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA); in get_dump_name()
H A Domp-simd-clone.cc74 ggc_internal_cleared_alloc (len); in simd_clone_struct_alloc()
H A Dgenmatch.cc35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), in ggc_internal_cleared_alloc() function
H A DChangeLog-20148761 * genmatch.c (ggc_internal_cleared_alloc): Properly define
10669 (ggc_internal_cleared_alloc): Provide stub definition.
19620 ggc_internal_cleared_alloc to allocate non-GC structures.
38075 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
38077 (ggc_internal_cleared_alloc): Likewise.
38088 (ggc_internal_cleared_alloc): Likewise.
38295 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
38298 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
38301 (ggc_internal_cleared_alloc): Likewise.
38306 (ggc_internal_cleared_alloc): Remove macro.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-decl.h69 ggc_internal_cleared_alloc (SIZEOF_OBJC_TYPE_LANG_SPECIFIC))
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.h69 ggc_internal_cleared_alloc (SIZEOF_OBJC_TYPE_LANG_SPECIFIC))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c701 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw()
868 = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc901 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw()
1072 auto *lt = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1347 return ggc_internal_cleared_alloc (sz, wrapper_finalizer, 0, 1); in new()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1729 return ggc_internal_cleared_alloc (sz, wrapper_finalizer, 0, 1); in operator new()
H A DChangeLog.jit615 ggc_internal_cleared_alloc rather than
H A DChangeLog3564 variant of ggc_internal_cleared_alloc, supplying