Searched refs:decl_stmt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 8214 tree decl_stmt; in declare_block_prologue_local_vars() local 8228 decl_stmt = build_stmt (DECL_EXPR, decl); in declare_block_prologue_local_vars() 8230 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl)); in declare_block_prologue_local_vars() 8234 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1; in declare_block_prologue_local_vars() 8236 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_vars()
|
| H A D | ChangeLog-2004 | 36082 * c-decl.c (finish_decl): Make a decl_stmt for a variable-sized
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 20379 tree decl_stmt; in declare_block_prologue_local_byref_vars() local 20393 decl_stmt = build_stmt (DECL_EXPR, decl); in declare_block_prologue_local_byref_vars() 20394 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl)); in declare_block_prologue_local_byref_vars() 20398 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1; in declare_block_prologue_local_byref_vars() 20400 decl_stmt = build3 (BIND_EXPR, void_type_node, decl, decl_stmt, NULL); in declare_block_prologue_local_byref_vars() 20401 TREE_SIDE_EFFECTS (decl_stmt) = 1; in declare_block_prologue_local_byref_vars() 20403 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT); in declare_block_prologue_local_byref_vars()
|