Home
last modified time | relevance | path

Searched refs:prune_expr_location (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c1030 prune_expr_location (tree *tp, int *walk_subtrees, void *) in prune_expr_location() function
1047 walk_tree (&expr, prune_expr_location, NULL, NULL); in unshare_expr_without_location()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc1037 prune_expr_location (tree *tp, int *walk_subtrees, void *) in prune_expr_location() function
1054 walk_tree (&expr, prune_expr_location, NULL, NULL); in unshare_expr_without_location()
H A DChangeLog-2012271 * gimplify.c (prune_expr_location): New function.