Searched refs:decl_stmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c8244 tree decl_stmt;
8258 decl_stmt = build_stmt (DECL_EXPR, decl);
8260 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl));
8264 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1;
8266 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT);
8214 tree decl_stmt; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c20382 tree decl_stmt;
20396 decl_stmt = build_stmt (DECL_EXPR, decl);
20397 SET_EXPR_LOCATION (decl_stmt, DECL_SOURCE_LOCATION (decl));
20401 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1;
20403 decl_stmt = build3 (BIND_EXPR, void_type_node, decl, decl_stmt, NULL);
20404 TREE_SIDE_EFFECTS (decl_stmt) = 1;
20406 tsi_link_before (&i, decl_stmt, TSI_SAME_STMT);
20379 tree decl_stmt; local

Completed in 445 milliseconds