Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-offload.cc288 walk_tree_without_duplicates (&OMP_TARGET_BODY (*tp), in omp_discover_declare_target_fn_r()
374 walk_tree_without_duplicates (lang_hooks.decls.omp_get_decl_init (decl), in omp_discover_implicit_declare_target()
378 walk_tree_without_duplicates (&DECL_SAVED_TREE (decl), in omp_discover_implicit_declare_target()
382 walk_tree_without_duplicates (&DECL_SAVED_TREE (decl), in omp_discover_implicit_declare_target()
Dtree-ssa-loop-ivopts.cc1012 return walk_tree_without_duplicates in contains_abnormal_ssa_name_p()
1145 (void) walk_tree_without_duplicates (&expr, determine_base_object_1, &obj); in determine_base_object()
Dfunction.cc3944 walk_tree_without_duplicates (&data.arg.type, in gimplify_parameters()
Dtree-inline.cc5902 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0; in debug_find_tree()
Dtree.h5435 #define walk_tree_without_duplicates(a,b,c) \ macro
Dgimplify.cc13790 walk_tree_without_duplicates (&OMP_CLAUSE_REDUCTION_INIT (c), in gimplify_omp_loop()
13793 walk_tree_without_duplicates (&OMP_CLAUSE_REDUCTION_MERGE (c), in gimplify_omp_loop()
Dtree.cc11148 result = walk_tree_without_duplicates (&TREE_TYPE (type), in walk_type_fields()
DChangeLog.tree-ssa4479 * tree-inline.h (walk_tree, walk_tree_without_duplicates): Move
4481 * tree.h (walk_tree, walk_tree_without_duplicates): ... here.
Ddwarf2out.cc22165 tree used = walk_tree_without_duplicates (&type, uses_local_type_r, NULL); in uses_local_type()
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-200710651 (walk_tree_without_duplicates): Rename to ...
10658 (walk_tree_without_duplicates): New define to
DChangeLog-20019326 (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
DChangeLog-200528531 walk_tree_without_duplicates): Move from here...
DChangeLog-201926648 walk_tree_without_duplicates.
DChangeLog-2017266 walk_tree_without_duplicates, prepare data for contains_label_1 and
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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.
DChangeLog-20043478 (no_linkage_check): Don't use walk_tree_without_duplicates.