Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-iterator.cc292 expr_first (tree expr) in expr_first() function
313 return expr_first (n->stmt); in expr_first()
H A Dtree-iterator.h146 extern tree expr_first (tree);
H A DChangeLog.tree-ssa5859 (expr_first, expr_last): Move to tree-iterator.c.
10346 (expand_eh_hander): Use expr_first instead of open-coding it.
H A DChangeLog-200711286 (expr_first, expr_last, expr_only): Use macro for body.
H A DChangeLog-200321793 * tree.c (expr_first, expr_length): New fns.
H A DChangeLog-20138173 (expr_first): Moved to tree-iterator.h.
H A DChangeLog-20173210 (expr_first): Skip begin stmt markers.
H A DChangeLog-200433962 (expr_first, expr_last, expr_length): Remove.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-iterator.c292 expr_first (tree expr) in expr_first() function
313 return expr_first (n->stmt); in expr_first()
H A Dtree-iterator.h120 extern tree expr_first (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc299 location_t loc = expr_loc_or_loc (expr_first (body), in genericize_c_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc2171 tree first = expr_first (fnbody); in build_actor_fn()
4085 tree first = expr_first (fnbody); in coro_rewrite_function_body()
4404 tree body_start = expr_first (fnbody); in morph_fn_to_coro()
H A Ddecl.cc17777 tree stmts = expr_first (DECL_SAVED_TREE (fndecl)); in add_return_star_this_fixit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2245 tree first = expr_first (fnbody); in build_actor_fn()
4137 tree first = expr_first (fnbody); in coro_rewrite_function_body()
4362 tree body_start = expr_first (fnbody); in morph_fn_to_coro()
H A Dcp-gimplify.c327 loc = EXPR_LOCATION (expr_first (body)); in genericize_cp_loop()
H A Ddecl.c16954 tree stmts = expr_first (DECL_SAVED_TREE (fndecl)); in add_return_star_this_fixit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11084 location_t loc = EXPR_LOCATION (expr_first (body)); in c_finish_loop()
11364 || last == expr_first (BIND_EXPR_BODY (body))) in c_finish_stmt_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11468 || last == expr_first (BIND_EXPR_BODY (body))) in c_finish_stmt_expr()