Home
last modified time | relevance | path

Searched refs:finish_return_stmt (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c516 finish_return_stmt (t);
738 finish_return_stmt (current_class_ref);
H A Dsemantics.c393 finish_return_stmt (expr) in finish_return_stmt() function
H A Dparse.y3508 { $$ = finish_return_stmt (NULL_TREE); }
3510 { $$ = finish_return_stmt ($2); }
H A Dcp-tree.h4207 extern tree finish_return_stmt PARAMS ((tree));
H A Ddecl.c14998 finish_return_stmt (integer_one_node);
15000 finish_return_stmt (integer_zero_node);
H A DChangeLog6117 * semantics.c (finish_return_stmt): Lose ctor_label support.
9957 (finish_expr_stmt, finish_return_stmt): Likewise.
11106 (finish_return_stmt): Likewise.
12034 (finish_return_stmt): Likewise.
12722 (finish_return_stmt): Likewise.
H A Dpt.c7657 finish_return_stmt (tsubst_expr (RETURN_STMT_EXPR (t),
H A DChangeLog.21641 * semantics.c (finish_return_stmt): Generate goto's to
3442 (finish_return_stmt): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c509 finish_return_stmt (t); in use_thunk()
735 finish_return_stmt (current_class_ref); in do_build_assign_ref()
H A Dsemantics.c761 finish_return_stmt (tree expr) in finish_return_stmt() function
H A DChangeLog-20041299 (finish_return_stmt): Likewise.
3026 (finish_return_stmt): Maybe jump to return label for constructors.
4650 * semantics.c (finish_return_stmt): Likewise.
4663 (add_decl_stmt, finish_expr_stmt, finish_return_stmt,
H A DChangeLog2599 * semantics.c (finish_return_stmt): Do check_omp_return before
2607 * semantics.c (finish_return_stmt): Avoid adding
2647 * semantics.c (finish_return_stmt): Call check_omp_return.
4644 * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
H A DChangeLog-200085 (finish_expr_stmt, finish_return_stmt): Likewise.
1234 (finish_return_stmt): Likewise.
2162 (finish_return_stmt): Likewise.
2850 (finish_return_stmt): Likewise.
H A Dcp-tree.h4265 extern tree finish_return_stmt (tree);
H A Ddecl.c11213 stmt = finish_return_stmt (integer_one_node); in finish_function()
11215 stmt = finish_return_stmt (integer_zero_node); in finish_function()
H A DChangeLog-19991641 * semantics.c (finish_return_stmt): Generate goto's to
3442 (finish_return_stmt): Likewise.
H A DChangeLog-2001140 * semantics.c (finish_return_stmt): Lose ctor_label support.
H A Dpt.c8507 finish_return_stmt (RECUR (TREE_OPERAND (t, 0))); in tsubst_expr()
H A DChangeLog-2002557 * semantics.c (finish_return_stmt): Also call check_return_expr in
H A Dparser.c6970 statement = finish_return_stmt (expr); in cp_parser_jump_statement()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c4493 finish_return_stmt (self_decl); in objc_generate_cxx_ctor_or_dtor()