/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-iterator.cc | 34 alloc_stmt_list (void) in alloc_stmt_list() function 75 *list_p = list = alloc_stmt_list (); in append_to_statement_list_1() 80 *list_p = list = alloc_stmt_list (); in append_to_statement_list_1()
|
H A D | tree-iterator.h | 142 extern tree alloc_stmt_list (void);
|
H A D | function-tests.cc | 234 tree stmt_list = alloc_stmt_list (); in build_trivial_generic_function()
|
H A D | tree-inline.cc | 890 new_tree = alloc_stmt_list (); in copy_statement_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-iterator.c | 34 alloc_stmt_list (void) in alloc_stmt_list() function 75 *list_p = list = alloc_stmt_list (); in append_to_statement_list_1() 80 *list_p = list = alloc_stmt_list (); in append_to_statement_list_1()
|
H A D | tree-iterator.h | 116 extern tree alloc_stmt_list (void);
|
H A D | function-tests.c | 233 tree stmt_list = alloc_stmt_list (); in build_trivial_generic_function()
|
H A D | tree-inline.c | 913 new_tree = alloc_stmt_list (); in copy_statement_list()
|
H A D | omp-low.c | 10904 DECL_SAVED_TREE (child_fn) = alloc_stmt_list (); in create_task_copyfn()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-arg-block-handler.cc | 36 tree stmt_list = alloc_stmt_list (); in operator ()()
|
H A D | brig-function-handler.cc | 90 tree stmt_list = alloc_stmt_list (); in operator ()()
|
H A D | brig-function.cc | 701 tree stmt_list = alloc_stmt_list (); in emit_launcher_and_metadata()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-semantics.cc | 33 t = alloc_stmt_list (); in push_stmt_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-semantics.c | 33 t = alloc_stmt_list (); in push_stmt_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 169 tree t = alloc_stmt_list (); in push_stmt_list() 1277 tree stmt_list = alloc_stmt_list (); in visit()
|
H A D | decl.cc | 2123 tree stmtlist = alloc_stmt_list (); in finish_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | toir.cc | 168 tree t = alloc_stmt_list (); in push_stmt_list() 1264 tree stmt_list = alloc_stmt_list (); in visit()
|
H A D | decl.cc | 1991 tree stmtlist = alloc_stmt_list (); in finish_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 1366 m_stmt_list = alloc_stmt_list (); in function() 1783 tree t_switch_body = alloc_stmt_list (); in add_switch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 1748 m_stmt_list = alloc_stmt_list (); in function() 2165 tree t_switch_body = alloc_stmt_list (); in add_switch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 250 stmt = alloc_stmt_list (); in gimplify_expr_stmt()
|
H A D | decl.cc | 17916 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
|
H A D | ChangeLog-2004 | 4748 (finish_function): Use alloc_stmt_list to zap entire function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-gimplify.c | 515 stmt = alloc_stmt_list (); in gimplify_expr_stmt()
|
H A D | decl.c | 17092 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
|