Home
last modified time | relevance | path

Searched refs:finish_goto_stmt (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-200084 * semantics.c (finish_goto_stmt): Likewise.
1228 (finish_goto_stmt): Use add_stmt, not add_tree.
2156 (finish_goto_stmt): Change call from build_min_nt
2835 (finish_goto_stmt): Likewise.
3584 * semantics.c (finish_goto_stmt): Call it and use_label.
DChangeLog-2017411 * semantics.c (finish_goto_stmt, begin_while_stmt, finish_do_body,
682 (maybe_cleanup_point_expr_void, finish_goto_stmt)
1175 (maybe_cleanup_point_expr_void, finish_goto_stmt)
2299 * semantics.c (finish_goto_stmt): Build gimple predict
DChangeLog-20121554 * semantics.c (finish_goto_stmt): Surround computed goto argument
1753 * semantics.c (finish_goto_stmt, handle_omp_for_class_iterator,
DChangeLog-1999546 * semantics.c (finish_goto_stmt): Set DECL_UNLINABLE for functions
1917 * semantics.c (finish_goto_stmt): Always marked used labels as
2004 (finish_goto_stmt): Create RTL for labels.
3099 * semantics.c (finish_goto_stmt): Use LABEL_DECLs even when
DChangeLog-20092201 (finish_goto_stmt): Same.
3686 * semantics.c (finish_goto_stmt): Convert destination to
DChangeLog-20101074 * semantics.c (finish_goto_stmt): Call mark_rvalue_use on computed
3733 * semantics.c (finish_goto_stmt): Don't call decay_conversion.
Dsemantics.cc817 finish_goto_stmt (tree destination) in finish_goto_stmt() function
1246 return finish_goto_stmt (cdtor_label); in finish_return_stmt()
Dcp-tree.h7593 extern tree finish_goto_stmt (tree);
DChangeLog-2014635 * semantics.c (finish_goto_stmt): Call check_no_cilk.
DChangeLog-20113957 * semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed
DChangeLog-20031764 * semantics.c (finish_goto_stmt): The address of a label must go
DChangeLog-20044775 * semantics.c (finish_goto_stmt, finish_label_stmt): Likewise.
Dparser.cc14331 finish_goto_stmt (cp_parser_expression (parser)); in cp_parser_jump_statement()
14334 finish_goto_stmt (cp_parser_identifier (parser)); in cp_parser_jump_statement()
Dpt.cc19027 finish_goto_stmt (tmp); in tsubst_expr()