Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c10994 tree exprstmt; in finish_constructor_body() local
11005 exprstmt = build_stmt (RETURN_EXPR, val); in finish_constructor_body()
11006 add_stmt (exprstmt); in finish_constructor_body()
11043 tree exprstmt; in finish_destructor_body() local
11061 exprstmt = build_op_delete_call(DELETE_EXPR, current_class_ptr, in finish_destructor_body()
11072 finish_expr_stmt (exprstmt); in finish_destructor_body()
11085 exprstmt = build_stmt (RETURN_EXPR, val); in finish_destructor_body()
11086 add_stmt (exprstmt); in finish_destructor_body()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c14857 tree exprstmt; in finish_destructor_body() local
14875 exprstmt = build_op_delete_call in finish_destructor_body()
14884 finish_expr_stmt (exprstmt); in finish_destructor_body()