Home
last modified time | relevance | path

Searched refs:dtor_label (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c408 return finish_goto_stmt (dtor_label);
H A Ddecl.c14655 dtor_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
14656 DECL_CONTEXT (dtor_label) = current_function_decl;
14861 add_stmt (build_stmt (LABEL_STMT, dtor_label)); in finish_destructor_body()
H A Dcp-tree.h912 #define dtor_label cp_function_chain->x_dtor_label macro
H A DChangeLog.21636 (finish_destructor_body): Make sure the dtor_label is always
1642 ctor_label/dtor_label here. Use check_return_expr to do semantic
2797 (dtor_label, ctor_label, current_base_init_list,
2865 (dtor_label): New macro, instead of variable.
2885 (dtor_label): Likewise.
2889 (dtor_label): Likewise.
2916 * typeck.c (dtor_label): Likewise.
H A DChangeLog.1447 * decl.c (start_function): Clear ctor_label and dtor_label.
H A DChangeLog6120 dtor_label.
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-19991636 (finish_destructor_body): Make sure the dtor_label is always
1642 ctor_label/dtor_label here. Use check_return_expr to do semantic
2797 (dtor_label, ctor_label, current_base_init_list,
2865 (dtor_label): New macro, instead of variable.
2885 (dtor_label): Likewise.
2889 (dtor_label): Likewise.
2916 * typeck.c (dtor_label): Likewise.
H A DChangeLog-2001143 dtor_label.
H A DChangeLog-1995798 * decl.c (start_function): Clear ctor_label and dtor_label.
H A DChangeLog-20043012 (dtor_label): Rename ...