Home
last modified time | relevance | path

Searched refs:initialize_local_var (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-1999470 (initialize_local_var): Explicitly mark the definition as static.
1399 * decl.c (initialize_local_var): Handle static variables here.
2239 (initialize_local_var): Don't generate RTL for
2289 (initialize_local_var): Fix typo in comment.
2509 (initialize_local_var): Complete types here.
3005 (initialize_local_var): Likewise.
3007 (initialize_local_var): Likewise. Move cleanup handling here,
3013 is declared. Move cleanup-handling to initialize_local_var.
3022 call initialize_local_var to generate initialization code.
3054 (initialize_local_var): Likewise.
H A Ddecl.c106 static void initialize_local_var (tree, tree);
5080 initialize_local_var (tree decl, tree init) in initialize_local_var() function
5838 initialize_local_var (decl, init); in cp_finish_decl()
H A DChangeLog-20001189 * decl.c (initialize_local_var): Remove RTL-generating code.
1212 (initialize_local_var): Adjust usage of current_stmt_tree.
2340 (initialize_local_var): Change reference to
2883 * decl.c (initialize_local_var): Changed call to finish_expr_stmt
5716 (initialize_local_var): Likewise.
H A DChangeLog-20021264 (initialize_local_var): Remove declaration.
1270 (initialize_local_var): Simplify, and incorporate cleanup
H A DChangeLog-20042529 make_rtl_for_nonlocal_decl, initialize_local_var, cp_finish_decl,
H A DChangeLog-20033861 (initialize_local_var): Remove redundant code.