Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/mandoc/
Dcatman.c45 int process_tree(int, int);
153 process_tree(int srv_fd, int dstdir_fd) in process_tree() function
251 return process_tree(srv_fds[0], dstdir_fd) == -1 ? 1 : 0; in main()
/freebsd-12-stable/contrib/gcc/
Dgenrecog.c477 static void process_tree
2706 process_tree (struct decision_head *head, enum routine_type subroutine_type) in process_tree() function
2793 process_tree (&recog_tree, RECOG); in main()
2794 process_tree (&split_tree, SPLIT); in main()
2795 process_tree (&peephole2_tree, PEEPHOLE2); in main()
DChangeLog-19995351 (process_tree): Elide peephole2_insns. Invoke simplify_tests
5421 (process_tree): Don't elide empty functions.
6019 (process_tree): New, broken out of main.