Home
last modified time | relevance | path

Searched refs:walk_tree_without_duplicates (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-alias-warnings.c659 return walk_tree_without_duplicates (&expr, ffan_walker, NULL); in find_first_artificial_name()
727 return (walk_tree_without_duplicates (&t, contains_node_type_p_callback, in contains_node_type_p()
Dtree-inline.c1470 ret = walk_tree_without_duplicates (bsi_stmt_ptr (bsi), in inline_forbidden_p()
1873 walk_tree_without_duplicates (&expr, estimate_num_insns_1, &num); in estimate_num_insns()
2529 walk_tree_without_duplicates (&expr, mark_local_for_remap_r, &id); in unsave_expr_now()
2554 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0; in debug_find_tree()
Dtree-mudflap.c1120 walk_tree_without_duplicates (&fnbody, mx_xfn_xform_decls, &d); in mf_xform_decls()
Dtree-ssa-alias.c3278 walk_tree_without_duplicates (bsi_stmt_ptr (bsi), in create_structure_vars()
Dtree.c7433 result = walk_tree_without_duplicates (&TREE_TYPE (type), in walk_type_fields()
7766 walk_tree_without_duplicates (tree *tp, walk_tree_fn func, void *data) in walk_tree_without_duplicates() function
Dtree.h4649 extern tree walk_tree_without_duplicates (tree*, walk_tree_fn, void*);
Dtree-ssa-structalias.c4126 walk_tree_without_duplicates (&DECL_INITIAL (decl), in create_variable_info_for()
Dfunction.c3201 walk_tree_without_duplicates (&data.passed_type, in gimplify_parameters()
DChangeLog.tree-ssa4479 * tree-inline.h (walk_tree, walk_tree_without_duplicates): Move
4481 * tree.h (walk_tree, walk_tree_without_duplicates): ... here.
DChangeLog-20039544 * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
14950 walk_tree_without_duplicates, instead of walk_tree.
23274 favor of walk_tree_without_duplicates. Add comments.
DChangeLog-20048656 (walk_tree_without_duplicates): Convert from htab_t to pointer_set_t.
33902 walk_tree_without_duplicates): Move to tree.h.
34063 walk_tree_without_duplicates, in_gimple_form): Declare.
DChangeLog-20019326 (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
DChangeLog-200528532 walk_tree_without_duplicates): Move from here...
/freebsd-10-stable/contrib/gcc/cp/
Dexcept.c772 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0); in build_throw()
Dtree.c1030 walk_tree_without_duplicates (&t, count_trees_r, &n_trees); in count_trees()
Ddecl2.c1571 walk_tree_without_duplicates (&type, min_vis_r, &vis); in type_visibility()
Dsemantics.c3298 walk_tree_without_duplicates (&DECL_SAVED_TREE (fn), in expand_or_defer_fn()
DChangeLog-2001797 (walk_tree_without_duplicates): Likewise.
808 (walk_tree_without_duplicates, copy_tree_r): Likewise.
3859 (for_each_template_parm): Do not use walk_tree_without_duplicates.
DChangeLog-20001377 (walk_tree_without_duplicates): New function.
1382 (calls_setjmp_p): Use walk_tree_without_duplicates.
1384 (for_each_template_parm): Use walk_tree_without_duplicates.
1388 (walk_tree_without_duplicates): New function.
1391 (find_tree): Use walk_tree_without_duplicates.
Ddecl.c9423 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn, in check_default_argument()
DChangeLog-20043478 (no_linkage_check): Don't use walk_tree_without_duplicates.