Searched defs:CXX_MEM_STAT_INFO (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ggc.h | 128 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_alloc() 141 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() 215 ggc_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_vec_alloc() 227 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() 240 ggc_alloc_atomic (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_atomic() 301 ggc_alloc_rtx_def_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_rtx_def_stat() 307 ggc_alloc_tree_node_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_tree_node_stat() 313 ggc_alloc_cleared_tree_node_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_cleared_tree_node_stat() 319 ggc_alloc_cleared_gimple_statement_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_cleared_gimple_statement_stat()
|
H A D | statistics.h | 45 #define CXX_MEM_STAT_INFO , ALONE_CXX_MEM_STAT_INFO macro 58 #define CXX_MEM_STAT_INFO macro
|
H A D | symbol-summary.h | 31 function_summary_base (symbol_table *symtab CXX_MEM_STAT_INFO): in function_summary_base()
|
H A D | alloc-pool.h | 485 object_allocator (const char *name CXX_MEM_STAT_INFO): in object_allocator()
|
H A D | bitmap.h | 458 bitmap_initialize (bitmap head, bitmap_obstack *obstack CXX_MEM_STAT_INFO) in bitmap_initialize()
|
H A D | tree.h | 4334 tree arg1 CXX_MEM_STAT_INFO) in build1_loc() 4344 tree arg1 CXX_MEM_STAT_INFO) in build2_loc() 4354 tree arg1, tree arg2 CXX_MEM_STAT_INFO) in build3_loc() 4364 tree arg1, tree arg2, tree arg3 CXX_MEM_STAT_INFO) in build4_loc() 4374 tree arg1, tree arg2, tree arg3, tree arg4 CXX_MEM_STAT_INFO) in build5_loc()
|
H A D | tree.c | 1341 build_new_poly_int_cst (tree type, tree (&coeffs)[NUM_POLY_INT_COEFFS] in build_new_poly_int_cst()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ggc.h | 132 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_alloc() 145 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() 219 ggc_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_vec_alloc() 231 ggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO) in ggc_cleared_vec_alloc() 244 ggc_alloc_atomic (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_atomic() 309 ggc_alloc_rtx_def_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_rtx_def_stat() 315 ggc_alloc_tree_node_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_tree_node_stat() 321 ggc_alloc_cleared_tree_node_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_cleared_tree_node_stat() 327 ggc_alloc_cleared_gimple_statement_stat (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_cleared_gimple_statement_stat()
|
H A D | statistics.h | 45 #define CXX_MEM_STAT_INFO , ALONE_CXX_MEM_STAT_INFO macro 58 #define CXX_MEM_STAT_INFO macro
|
H A D | bitmap.h | 465 bitmap_initialize (bitmap head, bitmap_obstack *obstack CXX_MEM_STAT_INFO) in bitmap_initialize() 951 explicit auto_bitmap (bitmap_obstack *o CXX_MEM_STAT_INFO) in auto_bitmap()
|
H A D | symbol-summary.h | 34 cgraph_2node_hook symtab_duplication in function_summary_base()
|
H A D | alloc-pool.h | 485 object_allocator (const char *name CXX_MEM_STAT_INFO): in object_allocator()
|
H A D | tree.h | 4502 tree arg1 CXX_MEM_STAT_INFO) in build1_loc() 4512 tree arg1 CXX_MEM_STAT_INFO) in build2_loc() 4522 tree arg1, tree arg2 CXX_MEM_STAT_INFO) in build3_loc() 4532 tree arg1, tree arg2, tree arg3 CXX_MEM_STAT_INFO) in build4_loc() 4542 tree arg1, tree arg2, tree arg3, tree arg4 CXX_MEM_STAT_INFO) in build5_loc()
|
H A D | tree.cc | 1504 build_new_poly_int_cst (tree type, tree (&coeffs)[NUM_POLY_INT_COEFFS] in build_new_poly_int_cst()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 955 inline tree* vec_safe_push (releasing_vec& r, const tree &t CXX_MEM_STAT_INFO) in vec_safe_push() 961 inline void vec_safe_splice (releasing_vec &r, vec<tree, va_gc> *p CXX_MEM_STAT_INFO) in vec_safe_splice()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 1027 inline tree* vec_safe_push (releasing_vec& r, const tree &t CXX_MEM_STAT_INFO) in vec_safe_push() 1033 inline void vec_safe_splice (releasing_vec &r, vec<tree, va_gc> *p CXX_MEM_STAT_INFO) in vec_safe_splice()
|