Home
last modified time | relevance | path

Searched defs:tree (Results 26 – 50 of 229) sorted by relevance

12345678910

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsearch.c1410 dfs_walk_all (tree binfo, tree (*pre_fn) (tree, void *), in dfs_walk_all()
1453 dfs_walk_once_r (tree binfo, tree (*pre_fn) (tree, void *), in dfs_walk_once_r()
1504 dfs_walk_once (tree binfo, tree (*pre_fn) (tree, void *), in dfs_walk_once()
1535 dfs_walk_once_accessible_r (tree binfo, bool friends_p, hash_set<tree> *pset, in dfs_walk_once_accessible_r()
1605 dfs_walk_once_accessible (tree binfo, bool friends_p, in dfs_walk_once_accessible()
H A Dcall.c1945 tree fn, tree first_arg, const vec<tree, va_gc> *args, in add_candidate()
1997 const vec<tree, va_gc> *args, tree access_path, in add_function_candidate()
2258 const vec<tree, va_gc> *arglist, in add_conv_candidate()
3093 const vec<tree, va_gc> *arglist, tree return_type, in add_template_candidate_real()
3260 const vec<tree, va_gc> *arglist, tree return_type, in add_template_candidate()
3280 const vec<tree, va_gc> *arglist, in add_template_conv_candidate()
3676 const vec<tree, va_gc> *args, tree totype, in add_list_candidates()
4142 resolve_args (vec<tree, va_gc> *args, tsubst_flags_t complain) in resolve_args()
4177 const vec<tree, va_gc> *args, in perform_overload_resolution()
4259 build_new_function_call (tree fn, vec<tree, va_gc> **args, in build_new_function_call()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddebug.c155 debug_false_tree_charstarstar_uhwistar (tree, const char **, in debug_false_tree_charstarstar_uhwistar() argument
162 debug_nothing_tree_charstar_uhwi (tree, const char *, in debug_nothing_tree_charstar_uhwi() argument
H A Dcgraphbuild.c200 mark_address (gimple *stmt, tree addr, tree, void *data) in mark_address() argument
223 mark_load (gimple *stmt, tree t, tree, void *data) in mark_load() argument
246 mark_store (gimple *stmt, tree t, tree, void *data) in mark_store() argument
H A Dtarghooks.c663 default_builtin_vectorized_function (unsigned int, tree, tree) in default_builtin_vectorized_function() argument
671 default_builtin_md_vectorized_function (tree, tree, tree) in default_builtin_md_vectorized_function() argument
726 default_builtin_reciprocal (tree) in default_builtin_reciprocal() argument
1051 default_return_pops_args (tree, tree, poly_int64) in default_return_pops_args() argument
2102 default_atomic_assign_expand_fenv (tree *, tree *, tree *) in default_atomic_assign_expand_fenv() argument
H A Dtree-ssa-propagate.h105 virtual tree get_value (tree) { return NULL_TREE; } in get_value() argument
H A Dprint-tree.c1092 debug_raw (vec<tree, va_gc> &ref) in debug_raw()
1109 debug_raw (vec<tree, va_gc> *ptr) in debug_raw()
H A Dtree-ssa-alias.c2582 maybe_skip_until (gimple *phi, tree target, ao_ref *ref, in maybe_skip_until() argument
2652 void *(*translate)(ao_ref *, tree, void *, bool *), in get_continuation_for_phi() argument
2756 walk_non_aliased_vuses (ao_ref *ref, tree vuse, in walk_non_aliased_vuses() argument
2759 tree (*valueize)(tree), in walk_non_aliased_vuses() argument
2847 walk_aliased_vdefs_1 (ao_ref *ref, tree vdef, in walk_aliased_vdefs_1() argument
2899 walk_aliased_vdefs (ao_ref *ref, tree vdef, in walk_aliased_vdefs() argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline-analysis.c671 VEC (tree, heap) *known_vals) in evaluate_conditions_for_known_args()
716 VEC (tree, heap) **known_vals_ptr, in evaluate_properties_for_edge()
2197 VEC (tree, heap) *known_vals, in estimate_edge_devirt_benefit()
2262 VEC (tree, heap) *known_vals, in estimate_calls_size_and_time()
2303 VEC (tree, heap) *known_vals, in estimate_node_size_and_time()
2379 VEC (tree, heap) *known_vals, in estimate_ipcp_clone_size_and_time()
H A Dcoretypes.h60 typedef union tree_node *tree; typedef
179 #define tree union _dont_use_tree_here_ * macro
H A Dprint-tree.c68 debug_vec_tree (VEC(tree,gc) *vec) in debug_vec_tree()
999 print_vec_tree (FILE *file, const char *prefix, VEC(tree,gc) *vec, int indent) in print_vec_tree()
H A Dgimple.c240 gimple_build_call_vec (tree fn, VEC(tree, heap) *args) in gimple_build_call_vec()
335 gimple_build_call_internal_vec (enum internal_fn fn, VEC(tree, heap) *args) in gimple_build_call_internal_vec()
671 gimple_build_asm_vec (const char *string, VEC(tree,gc)* inputs, in gimple_build_asm_vec()
855 gimple_build_switch_vec (tree index, tree default_label, VEC(tree, heap) *args) in gimple_build_switch_vec()
3934 VEC (tree, heap) **sccstack, in visit()
4027 VEC(tree, heap) **sccstack, in iterative_hash_gimple_type()
5194 bool (*visit_load)(gimple, tree, void *), in walk_stmt_load_store_addr_ops() argument
5400 bool (*visit_load)(gimple, tree, void *), in walk_stmt_load_store_ops() argument
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp635 class tree : public PB_DS_TREE_BASE class
644 tree() { } in tree() function in __gnu_pbds::tree
648 tree(const cmp_fn& c) in tree() function in __gnu_pbds::tree
655 tree(It first, It last) in tree() function in __gnu_pbds::tree
663 tree(It first, It last, const cmp_fn& c) in tree() function in __gnu_pbds::tree
667 tree(const tree& other) in tree() function in __gnu_pbds::tree
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp635 class tree : public PB_DS_TREE_BASE class
644 tree() { } in tree() function in __gnu_pbds::tree
648 tree(const cmp_fn& c) in tree() function in __gnu_pbds::tree
655 tree(It first, It last) in tree() function in __gnu_pbds::tree
663 tree(It first, It last, const cmp_fn& c) in tree() function in __gnu_pbds::tree
667 tree(const tree& other) in tree() function in __gnu_pbds::tree
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena_sysctl.c55 struct sysctl_oid *tree; in ena_sysctl_add_wd() local
/dragonfly/contrib/ncurses/ncurses/base/
H A Dkey_defined.c39 find_definition(TRIES * tree, const char *str) in find_definition()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregcomp.c1278 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
2061 bin_tree_t *tree, *eor, *root; in parse() local
2095 bin_tree_t *tree, *branch = NULL; in parse_reg_exp() local
2135 bin_tree_t *tree, *exp; in parse_branch() local
2176 bin_tree_t *tree; in parse_expression() local
2392 bin_tree_t *tree; in parse_sub_exp() local
2429 bin_tree_t *tree = NULL, *old_tree = NULL; in parse_dup_op() local
3509 bin_tree_t *tree; in build_charclass_op() local
3668 bin_tree_t *tree; in create_token_tree() local
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c1768 tree fn, tree first_arg, const VEC(tree,gc) *args, in add_candidate()
1818 const VEC(tree,gc) *args, tree access_path, in add_function_candidate()
2025 tree first_arg, const VEC(tree,gc) *arglist, in add_conv_candidate()
2836 const VEC(tree,gc) *arglist, tree return_type, in add_template_candidate_real()
2997 const VEC(tree,gc) *arglist, tree return_type, in add_template_candidate()
3012 const VEC(tree,gc) *arglist, in add_template_conv_candidate()
3726 static VEC(tree,gc) * in VEC() argument
3762 const VEC(tree,gc) *args, in perform_overload_resolution()
3917 build_operator_new_call (tree fnname, VEC(tree,gc) **args, in build_operator_new_call()
4762 add_candidates (tree fns, tree first_arg, const VEC(tree,gc) *args, in add_candidates()
[all …]
H A Dinit.c2058 build_raw_new_expr (VEC(tree,gc) *placement, tree type, tree nelts, in build_raw_new_expr()
2161 build_new_1 (VEC(tree,gc) **placement, tree type, tree nelts, in build_new_1()
2767 build_new (VEC(tree,gc) **placement, tree type, tree nelts, in build_new()
/dragonfly/contrib/diffutils/lib/
H A Dregcomp.c1360 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
2139 bin_tree_t *tree, *eor, *root; in parse() local
2173 bin_tree_t *tree, *branch = NULL; in parse_reg_exp() local
2221 bin_tree_t *tree, *expr; in parse_branch() local
2267 bin_tree_t *tree; in parse_expression() local
2503 bin_tree_t *tree; in parse_sub_exp() local
2545 bin_tree_t *tree = NULL, *old_tree = NULL; in parse_dup_op() local
3678 bin_tree_t *tree; in build_charclass_op() local
3835 bin_tree_t *tree; in create_token_tree() local
/dragonfly/contrib/grep/lib/
H A Dregcomp.c1348 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
2123 bin_tree_t *tree, *eor, *root; in parse() local
2157 bin_tree_t *tree, *branch = NULL; in parse_reg_exp() local
2205 bin_tree_t *tree, *expr; in parse_branch() local
2251 bin_tree_t *tree; in parse_expression() local
2485 bin_tree_t *tree; in parse_sub_exp() local
2527 bin_tree_t *tree = NULL, *old_tree = NULL; in parse_dup_op() local
3659 bin_tree_t *tree; in build_charclass_op() local
3808 bin_tree_t *tree; in create_token_tree() local
/dragonfly/crypto/openssh/
H A Dsftp-usergroup.c65 idname_enter(struct idname_tree *tree, u_int id, const char *name) in idname_enter()
78 idname_lookup(struct idname_tree *tree, u_int id) in idname_lookup()
/dragonfly/usr.bin/find/
H A Dfind.c163 FTS *tree; /* pointer to top of FTS hierarchy */ variable
/dragonfly/lib/libdmsg/
H A Dmsg_lnk.c119 struct h2span_relay_tree tree; member
130 struct h2span_node_tree tree; member
140 struct h2span_link_tree tree; member
/dragonfly/contrib/gdb-7/gdb/
H A Dcp-support.h56 struct demangle_component *tree; member

12345678910