Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c11628 tree exprstmt; in finish_constructor_body() local
11639 exprstmt = build_stmt (RETURN_EXPR, val); in finish_constructor_body()
11640 add_stmt (exprstmt); in finish_constructor_body()
11677 tree exprstmt; in finish_destructor_body() local
11695 exprstmt = build_op_delete_call(DELETE_EXPR, current_class_ptr, in finish_destructor_body()
11706 finish_expr_stmt (exprstmt); in finish_destructor_body()
11719 exprstmt = build_stmt (RETURN_EXPR, val); in finish_destructor_body()
11720 add_stmt (exprstmt); in finish_destructor_body()