Home
last modified time | relevance | path

Searched refs:MEM_STAT_DECL (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc.h146 extern void *ggc_internal_alloc_stat (size_t MEM_STAT_DECL);
161 extern void *ggc_realloc_stat (void *, size_t MEM_STAT_DECL);
180 ggc_internal_vec_alloc_stat (size_t s, size_t c MEM_STAT_DECL) in ggc_internal_vec_alloc_stat() argument
195 ggc_alloc_atomic_stat (size_t s MEM_STAT_DECL) in ggc_alloc_atomic_stat() argument
227 MEM_STAT_DECL);
279 struct alloc_zone * MEM_STAT_DECL);
282 struct alloc_zone * MEM_STAT_DECL);
292 MEM_STAT_DECL) in ggc_internal_zone_cleared_alloc_stat() argument
299 MEM_STAT_DECL) in ggc_internal_zone_vec_alloc_stat() argument
309 size_t s MEM_STAT_DECL) in ggc_internal_zone_alloc_stat() argument
[all …]
H A Dggc-none.c37 MEM_STAT_DECL) in ggc_alloc_typed_stat() argument
52 ggc_internal_alloc_stat (size_t size MEM_STAT_DECL) in ggc_internal_alloc_stat() argument
58 ggc_internal_cleared_alloc_stat (size_t size MEM_STAT_DECL) in ggc_internal_cleared_alloc_stat() argument
64 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() argument
88 struct alloc_zone * ARG_UNUSED(z) MEM_STAT_DECL) in ggc_internal_alloc_zone_stat()
96 MEM_STAT_DECL) in ggc_internal_cleared_alloc_zone_stat()
H A Dvec.c220 bool exact MEM_STAT_DECL) in vec_gc_o_reserve_1() argument
257 vec_gc_p_reserve (void *vec, int reserve MEM_STAT_DECL) in vec_gc_p_reserve() argument
285 MEM_STAT_DECL) in vec_gc_o_reserve() argument
297 size_t elt_size MEM_STAT_DECL) in vec_gc_o_reserve_exact() argument
307 size_t elt_size, bool exact MEM_STAT_DECL) in vec_heap_o_reserve_1() argument
340 vec_heap_p_reserve (void *vec, int reserve MEM_STAT_DECL) in vec_heap_p_reserve() argument
363 MEM_STAT_DECL) in vec_heap_o_reserve() argument
373 size_t elt_size MEM_STAT_DECL) in vec_heap_o_reserve_exact() argument
418 size_t elt_size, bool exact MEM_STAT_DECL) in vec_stack_o_reserve_1() argument
482 size_t elt_size MEM_STAT_DECL) in vec_stack_o_reserve() argument
[all …]
H A Dvec.h472 extern void *vec_gc_p_reserve (void *, int MEM_STAT_DECL);
476 MEM_STAT_DECL);
479 extern void *vec_heap_p_reserve (void *, int MEM_STAT_DECL);
483 MEM_STAT_DECL);
792 (int alloc_ MEM_STAT_DECL) \
1098 (int alloc_ MEM_STAT_DECL) \
1207 VEC_CHECK_DECL MEM_STAT_DECL) \
1217 (int alloc_ MEM_STAT_DECL) \
1324 VEC_CHECK_DECL MEM_STAT_DECL) \
1351 extern void *vec_stack_p_reserve (void *, int MEM_STAT_DECL);
[all …]
H A Dstatistics.h26 #define MEM_STAT_DECL , const char * ARG_UNUSED (_loc_name), int ARG_UNUSED (_loc_line), const char… macro
33 #define MEM_STAT_DECL macro
H A Dtree.h4229 tree MEM_STAT_DECL);
4232 tree MEM_STAT_DECL);
4235 tree, tree MEM_STAT_DECL);
4243 tree arg1 MEM_STAT_DECL) in build1_stat_loc() argument
4254 tree arg1 MEM_STAT_DECL) in build2_stat_loc() argument
4265 tree arg1, tree arg2 MEM_STAT_DECL) in build3_stat_loc() argument
4303 tree arg5 MEM_STAT_DECL) in build6_stat_loc() argument
4357 tree, tree MEM_STAT_DECL);
5275 tree MEM_STAT_DECL);
5281 tree MEM_STAT_DECL);
[all …]
H A Dbitmap.h158 extern void bitmap_register (bitmap MEM_STAT_DECL);
165 bitmap_initialize_stat (bitmap head, bitmap_obstack *obstack MEM_STAT_DECL) in bitmap_initialize_stat() argument
176 extern bitmap bitmap_obstack_alloc_stat (bitmap_obstack *obstack MEM_STAT_DECL);
H A Dggc-internal.h97 extern void ggc_record_overhead (size_t, size_t, void * MEM_STAT_DECL);
H A Dstringpool.c83 ggc_alloc_string_stat (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string_stat() argument
H A Drtl.c195 rtx_alloc_stat (RTX_CODE code MEM_STAT_DECL) in rtx_alloc_stat() argument
333 shallow_copy_rtx_stat (const_rtx orig MEM_STAT_DECL) in shallow_copy_rtx_stat() argument
H A Dggc-zone.c1098 MEM_STAT_DECL) in ggc_internal_alloc_zone_stat()
1358 struct alloc_zone *zone MEM_STAT_DECL) in ggc_internal_cleared_alloc_zone_stat() argument
1371 MEM_STAT_DECL) in ggc_alloc_typed_stat() argument
1392 ggc_internal_alloc_stat (size_t size MEM_STAT_DECL) in ggc_internal_alloc_stat() argument
H A Dtree.c851 make_node_stat (enum tree_code code MEM_STAT_DECL) in make_node_stat() argument
945 copy_node_stat (tree node MEM_STAT_DECL) in copy_node_stat() argument
1654 make_tree_binfo_stat (unsigned base_binfos MEM_STAT_DECL) in make_tree_binfo_stat() argument
1694 make_tree_vec_stat (int len MEM_STAT_DECL) in make_tree_vec_stat() argument
2197 build_tree_list_stat (tree parm, tree value MEM_STAT_DECL) in build_tree_list_stat() argument
3681 build0_stat (enum tree_code code, tree tt MEM_STAT_DECL) in build0_stat() argument
3822 tree arg2 MEM_STAT_DECL) in build3_stat() argument
3863 tree arg2, tree arg3 MEM_STAT_DECL) in build4_stat() argument
3890 tree arg2, tree arg3, tree arg4 MEM_STAT_DECL) in build5_stat() argument
3918 tree arg2, tree arg3, tree arg4, tree arg5 MEM_STAT_DECL) in build6_stat() argument
[all …]
H A Dggc-common.c186 ggc_internal_cleared_alloc_stat (size_t size MEM_STAT_DECL) in ggc_internal_cleared_alloc_stat() argument
195 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc-none.c45 MEM_STAT_DECL) in ggc_internal_alloc() argument
53 MEM_STAT_DECL) in ggc_internal_cleared_alloc() argument
60 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() argument
H A Dstatistics.h35 #define MEM_STAT_DECL , ALONE_MEM_STAT_DECL macro
52 #define MEM_STAT_DECL macro
H A Dvec.h32 extern void *ggc_realloc (void *, size_t MEM_STAT_DECL);
277 MEM_STAT_DECL) in reserve() argument
352 MEM_STAT_DECL) in reserve() argument
1547 vec<T, va_heap, vl_ptr>::reserve (unsigned nelems, bool exact MEM_STAT_DECL)
1583 vec<T, va_heap, vl_ptr>::reserve_exact (unsigned nelems MEM_STAT_DECL)
1596 vec<T, va_heap, vl_ptr>::create (unsigned nelems MEM_STAT_DECL)
1644 MEM_STAT_DECL)
1672 vec<T, va_heap, vl_ptr>::safe_push (const T &obj MEM_STAT_DECL)
1709 vec<T, va_heap, vl_ptr>::safe_grow (unsigned len MEM_STAT_DECL)
1727 vec<T, va_heap, vl_ptr>::safe_grow_cleared (unsigned len MEM_STAT_DECL)
[all …]
H A Dgimple.c122 gimple_alloc (enum gimple_code code, unsigned num_ops MEM_STAT_DECL) in gimple_alloc() argument
172 unsigned num_ops MEM_STAT_DECL) in gimple_build_with_ops_stat() argument
410 gimple_build_assign (tree lhs, tree rhs MEM_STAT_DECL) in gimple_build_assign() argument
425 tree op2, tree op3 MEM_STAT_DECL) in gimple_build_assign_1() argument
459 tree op2, tree op3 MEM_STAT_DECL) in gimple_build_assign() argument
469 tree op2 MEM_STAT_DECL) in gimple_build_assign() argument
478 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1 MEM_STAT_DECL) in gimple_build_assign() argument
818 gimple_build_debug_bind (tree var, tree value, gimple *stmt MEM_STAT_DECL) in gimple_build_debug_bind() argument
839 gimple *stmt MEM_STAT_DECL) in gimple_build_debug_source_bind() argument
861 MEM_STAT_DECL) in gimple_build_debug_begin_stmt() argument
[all …]
H A Dvec.c122 MEM_STAT_DECL) in register_overhead() argument
136 MEM_STAT_DECL) in release_overhead() argument
H A Drtl.c206 rtx_alloc_stat_v (RTX_CODE code MEM_STAT_DECL, int extra) in rtx_alloc_stat_v() argument
231 rtx_alloc (RTX_CODE code MEM_STAT_DECL) in rtx_alloc() argument
369 shallow_copy_rtx (const_rtx orig MEM_STAT_DECL) in shallow_copy_rtx() argument
H A Dstringpool.c71 ggc_alloc_string (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string() argument
H A Dhash-table.h573 MEM_STAT_DECL) : in hash_table() argument
595 MEM_STAT_DECL) : in hash_table() argument
642 hash_table<Descriptor, Allocator>::alloc_entries (size_t n MEM_STAT_DECL) const in alloc_entries() argument
H A Dggc-common.c114 MEM_STAT_DECL) in ggc_internal_cleared_alloc() argument
123 ggc_realloc (void *x, size_t size MEM_STAT_DECL) in ggc_realloc() argument
1000 ggc_record_overhead (size_t allocated, size_t overhead, void *ptr MEM_STAT_DECL) in ggc_record_overhead() argument
H A Dalloc-pool.h240 const char *name, size_t size MEM_STAT_DECL): in base_pool_allocator() argument
H A Dtree.c1021 make_node (enum tree_code code MEM_STAT_DECL) in make_node() argument
1159 copy_node (tree node MEM_STAT_DECL) in copy_node() argument
1810 unsigned int nelts_per_pattern MEM_STAT_DECL) in make_vector() argument
2396 make_int_cst (int len, int ext_len MEM_STAT_DECL) in make_int_cst() argument
2426 make_tree_vec (int len MEM_STAT_DECL) in make_tree_vec() argument
2444 grow_tree_vec (tree v, int len MEM_STAT_DECL) in grow_tree_vec() argument
4736 tree arg2 MEM_STAT_DECL) in build3() argument
4777 tree arg2, tree arg3 MEM_STAT_DECL) in build4() argument
4804 tree arg2, tree arg3, tree arg4 MEM_STAT_DECL) in build5() argument
4949 tree type MEM_STAT_DECL) in build_decl() argument
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dlex.c791 copy_decl (tree decl MEM_STAT_DECL) in copy_decl() argument
824 copy_type (tree type MEM_STAT_DECL) in copy_type() argument

12