Home
last modified time | relevance | path

Searched refs:expand_body (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog.tree-ssa301 * semantics.c (expand_body): Call mudflap_c_function just before
343 * semantics.c (expand_body): Call expand_stmt when
441 (expand_body): Restore file/line information slightly earlier.
473 * semantics.c (expand_body): Don't expand if we saw errors.
506 (expand_body): Don't simplify AGGR_INIT_EXPRs here
Dcp-objcp-common.h132 #define LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION expand_body
DChangeLog-1999104 * semantics.c (expand_body): Use
367 (expand_body): Use it.
493 * decl2.c (finish_file): Call expand_body for inline functions
495 * semantics.c (expand_body): Do not generate RTL For inline
551 (expand_body): Call optimize_function. Save bodies if we're doing
1001 (expand_body): Do garbage-collection after processing a template
1514 (expand_body): Don't do RTL generation if -fsyntax-only.
1966 explicit call to expand_body.
1981 (end_anon_func): Use do_poplvel. Call expand_body for the
1986 * method.c (emit_thunk): Call expand_body for the
[all …]
DChangeLog-20011014 * semantics.c (expand_body): Don't defer local functions if
1464 (expand_body): Use debug hook.
1596 * semantics.c (expand_body): Move thunk inline check to
1860 * semantics.c (expand_body): Use dump_enabled_p.
1876 * semantics.c (expand_body): Don't optimize thunks.
2225 (expand_body): Remove function_name_declared_p.
2451 * semantics.c (expand_body): Call import_export_decl before
2807 (expand_body): Likewise.
3692 * semantics.c (expand_body): Likewise.
DChangeLog-20001016 (expand_body): Use function_name_declared_p.
1112 (expand_body): Use genrtl_start_function and
1386 (expand_body): Likewise.
2189 * semantics.c (expand_body): Sync interface information
2691 (expand_body): Use it.
2937 * semantics.c (expand_body): Push to TV_INTEGRATION here.
3157 * semantics.c (expand_body): Push to TV_EXPAND.
4025 * semantics.c (expand_body): Constify local char *.
4074 they have been fed to expand_body.
4075 * semantics.c (expand_body): Set current_function_is_thunk here.
[all …]
Dmethod.c524 expand_body (thunk_fndecl); in use_thunk()
DChangeLog-20031303 * semantics.c (expand_body): Set it here on the remaining clones.
1326 * semantics.c (expand_body): Don't save/restore input_location.
1535 * semantics.c (expand_body): Update for tree_rest_of_compilation
1774 Move stmts_are_full_exprs_p assertion from expand_body.
1779 * semantics.c (expand_body): Use tree_rest_of_compilation.
3571 (expand_body): ... here; deal with unit-at-a-time.
4497 (expand_body): Likewise.
4519 begin_class_definition, expand_body,
DChangeLog-20041609 * semantics.c (expand_body): Update call of tree_rest_of_compilation.
2194 (expand_body): Don't call extract_interface_info.
2261 * semantics.c (expand_body): Assert that we are not nested.
3186 * semantics.c (expand_body): Move updates of static_ctors and
5487 * semantics.c (expand_body): Kill.
6429 * semantics.c (expand_body) Do emit_associated_thunks before
DChangeLog-20022028 * semantics.c (expand_body): Do tree optimization in the function
4013 * semantics.c (expand_body): Emit thunks after function, not before.
4479 * semantics.c (expand_body): Revert last change.
4492 * semantics.c (expand_body): Call outlining_inline_function when
Dsemantics.c3063 expand_body (tree fn) in expand_body() function
Dcp-tree.h4335 extern void expand_body (tree);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Doptimize.c274 expand_body (clone);
Dmethod.c525 expand_body (finish_function (0));
806 expand_body (finish_function (0));
Dparse.y815 { expand_body (finish_function (0)); }
817 { expand_body (finish_function (0)); }
2274 expand_body (finish_function (2));
2279 expand_body (finish_function (2));
Ddecl2.c2211 expand_body (fn);
2374 expand_body (finish_function (0));
2962 expand_body (decl); in finish_file()
DChangeLog3431 * semantics.c (expand_body): Do tree optimization in the function
5416 * semantics.c (expand_body): Emit thunks after function, not before.
5882 * semantics.c (expand_body): Revert last change.
5895 * semantics.c (expand_body): Call outlining_inline_function when
6991 * semantics.c (expand_body): Don't defer local functions if
7441 (expand_body): Use debug hook.
7573 * semantics.c (expand_body): Move thunk inline check to
7837 * semantics.c (expand_body): Use dump_enabled_p.
7853 * semantics.c (expand_body): Don't optimize thunks.
8202 (expand_body): Remove function_name_declared_p.
[all …]
Dsemantics.c2296 expand_body (fn) in expand_body() function
DChangeLog.2104 * semantics.c (expand_body): Use
367 (expand_body): Use it.
493 * decl2.c (finish_file): Call expand_body for inline functions
495 * semantics.c (expand_body): Do not generate RTL For inline
551 (expand_body): Call optimize_function. Save bodies if we're doing
1001 (expand_body): Do garbage-collection after processing a template
1514 (expand_body): Don't do RTL generation if -fsyntax-only.
1966 explicit call to expand_body.
1981 (end_anon_func): Use do_poplvel. Call expand_body for the
1986 * method.c (emit_thunk): Call expand_body for the
[all …]
Dcp-tree.h4279 extern void expand_body PARAMS ((tree));
Dpt.c10579 expand_body (d);
Ddecl.c9296 expand_body (finish_function (0)); in end_cleanup_fn()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.617022 (expand_body): Use debug hook.