Searched refs:walk_tree_fn (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-gimple.h | 166 walk_tree_fn callback;
|
| D | langhooks-def.h | 76 extern tree lhd_tree_inlining_walk_subtrees (tree *, int *, walk_tree_fn,
|
| D | langhooks.c | 301 walk_tree_fn func ATTRIBUTE_UNUSED, in lhd_tree_inlining_walk_subtrees()
|
| D | tree-nested.c | 686 walk_body (walk_tree_fn callback, struct nesting_info *info, tree *stmt_p) in walk_body() 701 walk_function (walk_tree_fn callback, struct nesting_info *info) in walk_function() 709 walk_all_functions (walk_tree_fn callback, struct nesting_info *root) in walk_all_functions()
|
| D | tree.h | 4647 typedef tree (*walk_tree_fn) (tree *, int *, void *); typedef 4648 extern tree walk_tree (tree*, walk_tree_fn, void*, struct pointer_set_t*); 4649 extern tree walk_tree_without_duplicates (tree*, walk_tree_fn, void*);
|
| D | tree.c | 7412 walk_type_fields (tree type, walk_tree_fn func, void *data, in walk_type_fields() 7501 walk_tree (tree *tp, walk_tree_fn func, void *data, struct pointer_set_t *pset) in walk_tree() 7766 walk_tree_without_duplicates (tree *tp, walk_tree_fn func, void *data) in walk_tree_without_duplicates()
|
| D | ChangeLog-2001 | 9337 * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h. 9347 * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
|
| D | ChangeLog-2000 | 9405 (walk_tree_fn): New typedef.
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | tree.c | 1980 cp_walk_subtrees (tree *tp, int *walk_subtrees_p, walk_tree_fn func, in cp_walk_subtrees()
|
| D | cp-tree.h | 4484 extern tree cp_walk_subtrees (tree*, int*, walk_tree_fn,
|
| D | ChangeLog-1999 | 939 (walk_tree_fn): New typedef.
|
| D | ChangeLog-2000 | 1207 (walk_tree_fn): Likewise.
|