Searched refs:exprstmt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | PROBLEMS | 361 …exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_n… 366 exprstmt = build_x_delete (ptr_type_node, current_class_decl, 0); 368 exprstmt = 0; 373 …exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_n… 378 exprstmt = build_x_delete (ptr_type_node, current_class_decl, 0); 380 exprstmt = 0;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 16154 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber); in build_clobber_this() local 16156 exprstmt = build_if_in_charge (exprstmt); in build_clobber_this() 16158 return exprstmt; in build_clobber_this() 16731 tree exprstmt; in finish_constructor_body() local 16742 exprstmt = build_stmt (input_location, RETURN_EXPR, val); in finish_constructor_body() 16743 add_stmt (exprstmt); in finish_constructor_body() 16821 tree exprstmt; in finish_destructor_body() local 16835 exprstmt = build_stmt (input_location, RETURN_EXPR, val); in finish_destructor_body() 16836 add_stmt (exprstmt); in finish_destructor_body()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 17006 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber); in build_clobber_this() local 17008 exprstmt = build_if_in_charge (exprstmt); in build_clobber_this() 17010 return exprstmt; in build_clobber_this() 17568 tree exprstmt; in finish_constructor_body() local 17580 exprstmt = build_stmt (input_location, RETURN_EXPR, val); in finish_constructor_body() 17581 add_stmt (exprstmt); in finish_constructor_body() 17659 tree exprstmt; in finish_destructor_body() local 17674 exprstmt = build_stmt (input_location, RETURN_EXPR, val); in finish_destructor_body() 17675 add_stmt (exprstmt); in finish_destructor_body()
|