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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-gimple.h132 extern tree force_labels_r (tree *, int *, void *);
H A Dgimplify.c1269 walk_tree (&init, force_labels_r, NULL, NULL);
1508 force_labels_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
2989 walk_tree (&DECL_INITIAL (object), force_labels_r, NULL, NULL);
3072 walk_tree (&DECL_INITIAL (new), force_labels_r, NULL, NULL);
1507 force_labels_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) function
2988 walk_tree (&DECL_INITIAL (object), force_labels_r, NULL, NULL); local
3071 walk_tree (&DECL_INITIAL (new), force_labels_r, NULL, NULL); local

Completed in 31 milliseconds