Home
last modified time | relevance | path

Searched refs:new_tree (Results 251 – 275 of 1300) sorted by relevance

1...<<11121314151617181920>>...52

/dports/graphics/pqiv/pqiv-2.12/lib/
H A Dbostree.c134 BOSTree *new_tree = malloc(sizeof(BOSTree)); in bostree_new() local
135 new_tree->root_node = NULL; in bostree_new()
136 new_tree->cmp_function = cmp_function; in bostree_new()
137 new_tree->free_function = free_function; in bostree_new()
138 return new_tree; in bostree_new()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-options.c3092 tree new_tree = target_option_current_node; in ix86_reset_previous_fndecl() local
3094 TREE_TARGET_OPTION (new_tree)); in ix86_reset_previous_fndecl()
3095 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
3097 else if (new_tree == target_option_default_node) in ix86_reset_previous_fndecl()
3348 if (new_tree == NULL_TREE) in ix86_set_current_function()
3349 new_tree = target_option_default_node; in ix86_set_current_function()
3351 if (old_tree != new_tree) in ix86_set_current_function()
3354 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
3355 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3368 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-options.c3080 tree new_tree = target_option_current_node; in ix86_reset_previous_fndecl() local
3082 TREE_TARGET_OPTION (new_tree)); in ix86_reset_previous_fndecl()
3083 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
3085 else if (new_tree == target_option_default_node) in ix86_reset_previous_fndecl()
3336 if (new_tree == NULL_TREE) in ix86_set_current_function()
3337 new_tree = target_option_default_node; in ix86_set_current_function()
3339 if (old_tree != new_tree) in ix86_set_current_function()
3342 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
3343 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3356 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-options.c3080 tree new_tree = target_option_current_node; in ix86_reset_previous_fndecl() local
3082 TREE_TARGET_OPTION (new_tree)); in ix86_reset_previous_fndecl()
3083 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
3085 else if (new_tree == target_option_default_node) in ix86_reset_previous_fndecl()
3336 if (new_tree == NULL_TREE) in ix86_set_current_function()
3337 new_tree = target_option_default_node; in ix86_set_current_function()
3339 if (old_tree != new_tree) in ix86_set_current_function()
3342 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
3343 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3356 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-options.c2950 tree new_tree = target_option_current_node; in ix86_reset_previous_fndecl() local
2952 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
2954 else if (new_tree == target_option_default_node) in ix86_reset_previous_fndecl()
3205 if (new_tree == NULL_TREE) in ix86_set_current_function()
3206 new_tree = target_option_default_node; in ix86_set_current_function()
3208 if (old_tree != new_tree) in ix86_set_current_function()
3211 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3213 else if (new_tree == target_option_default_node) in ix86_set_current_function()
3224 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
3229 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-options.c2950 tree new_tree = target_option_current_node; in ix86_reset_previous_fndecl() local
2952 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_reset_previous_fndecl()
2954 else if (new_tree == target_option_default_node) in ix86_reset_previous_fndecl()
3205 if (new_tree == NULL_TREE) in ix86_set_current_function()
3206 new_tree = target_option_default_node; in ix86_set_current_function()
3208 if (old_tree != new_tree) in ix86_set_current_function()
3211 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
3213 else if (new_tree == target_option_default_node) in ix86_set_current_function()
3224 TREE_TARGET_OPTION (new_tree)); in ix86_set_current_function()
3229 if (TREE_TARGET_GLOBALS (new_tree)) in ix86_set_current_function()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dattribs.c1543 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1554 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1556 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1559 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1561 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1563 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1573 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1580 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1585 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1587 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dattribs.c1542 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1553 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1555 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1558 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1560 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1562 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1572 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1579 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1584 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1586 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dattribs.c1542 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1553 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1555 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1558 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1560 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1562 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1572 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1579 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1584 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1586 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dattribs.c1542 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1553 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1555 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1558 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1560 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1562 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1572 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1579 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1584 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1586 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dattribs.c1542 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1553 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1555 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1558 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1560 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1562 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1572 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1579 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1584 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1586 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dattribs.c1543 merge_dllimport_decl_attributes (tree old, tree new_tree) in merge_dllimport_decl_attributes() argument
1554 if (!VAR_OR_FUNCTION_DECL_P (new_tree)) in merge_dllimport_decl_attributes()
1556 else if (DECL_DLLIMPORT_P (new_tree) in merge_dllimport_decl_attributes()
1559 DECL_DLLIMPORT_P (new_tree) = 0; in merge_dllimport_decl_attributes()
1561 "attribute: dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
1563 else if (DECL_DLLIMPORT_P (old) && !DECL_DLLIMPORT_P (new_tree)) in merge_dllimport_decl_attributes()
1573 "after being referenced with dll linkage", new_tree); in merge_dllimport_decl_attributes()
1580 DECL_DLLIMPORT_P (new_tree) = 1; in merge_dllimport_decl_attributes()
1585 else if (VAR_P (new_tree) || !DECL_DECLARED_INLINE_P (new_tree)) in merge_dllimport_decl_attributes()
1587 "attribute: previous dllimport ignored", new_tree); in merge_dllimport_decl_attributes()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree_model.h122 for (auto & new_tree : new_trees) { in CommitModel()
123 trees.push_back(std::move(new_tree)); in CommitModel()
/dports/misc/xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree_model.h122 for (auto & new_tree : new_trees) { in CommitModel()
123 trees.push_back(std::move(new_tree)); in CommitModel()
/dports/devel/pytype/pytype-2021.9.9/pytype/pytd/parse/
H A Dparser_test_base.py88 new_tree = tree.Visit(visitor)
89 return pytd_utils.Print(new_tree)
/dports/net/bird2/bird-2.0.8/filter/
H A Dtree_test.c29 new_tree(uint id) in new_tree() function
77 struct f_tree *node = new_tree(idx); in get_balanced_full_subtree()
103 new = new_tree(nodes_count-1-i); in get_degenerated_left_tree()
/dports/devel/R-cran-gert/gert/src/
H A Dcommit.c34 git_tree *new_tree = NULL; in commit_to_diff() local
36 bail_if(git_commit_tree(&new_tree, commit), "git_commit_tree"); in commit_to_diff()
40 git_tree_free(new_tree); in commit_to_diff()
47 bail_if(git_diff_tree_to_tree(&diff, repo, old_tree, new_tree, &opt), "git_diff_tree_to_tree"); in commit_to_diff()
49 git_tree_free(new_tree); in commit_to_diff()
/dports/sysutils/gdmap/gdmap-0.8.1/src/
H A Dgui_main.c315 tree_t* new_tree;
319 new_tree = gui_tree_load(folder, CurrentItem->node->depth);
320 if (new_tree)
324 tree_info_t* info = tree_info_create(new_tree);
327 t = new_tree->name;
328 new_tree->name = tree->name;
344 temp->size += new_tree->size;
347 parent->entries = g_list_insert_sorted(parent->entries, new_tree, comp_func);
348 new_tree->parent = parent;
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_object_store.py614 new_tree = commit_tree_changes(
618 new_tree[b'd'],
623 new_tree = commit_tree_changes(
627 new_tree.items(), [
637 e_tree = self.store[new_tree[b'e'][1]]
651 new_tree = commit_tree_changes(
654 self.assertEqual(set(new_tree), {b'a', b'ad', b'c'})
655 ad_tree = self.store[new_tree[b'ad'][1]]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/abstract/
H A Dserviceroot.cpp427 RootItem* new_tree = obtainNewTreeForSyncIn(); in syncIn() local
429 if (new_tree != nullptr) { in syncIn()
440 restoreCustomFeedsData(feed_custom_data, new_tree->getHashedSubTreeFeeds()); in syncIn()
444 storeNewFeedTree(new_tree); in syncIn()
452 auto chi = new_tree->childItems(); in syncIn()
472 new_tree->clearChildren(); in syncIn()
473 new_tree->deleteLater(); in syncIn()
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-diff.c447 GgitTree *new_tree, in ggit_diff_new_tree_to_tree() argument
456 g_return_val_if_fail (new_tree == NULL || GGIT_IS_TREE (new_tree), NULL); in ggit_diff_new_tree_to_tree()
457 g_return_val_if_fail (old_tree != NULL || new_tree != NULL, NULL); in ggit_diff_new_tree_to_tree()
463 new_tree ? _ggit_native_get (new_tree) : NULL, in ggit_diff_new_tree_to_tree()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/
H A Dstring.rs102 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
103 string_regex(self).unwrap().new_tree(runner) in new_tree()
402 let mut value = strategy.new_tree(&mut runner).unwrap(); in generate_values_matching_regex()
535 let mut val = strategy.new_tree(&mut runner).unwrap(); in test_generates_matching_strings()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/
H A Dstring.rs102 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
103 string_regex(self).unwrap().new_tree(runner) in new_tree()
402 let mut value = strategy.new_tree(&mut runner).unwrap(); in generate_values_matching_regex()
535 let mut val = strategy.new_tree(&mut runner).unwrap(); in test_generates_matching_strings()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/
H A Dstring.rs104 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
105 string_regex(self).unwrap().new_tree(runner) in new_tree()
404 let mut value = strategy.new_tree(&mut runner).unwrap(); in generate_values_matching_regex()
537 let mut val = strategy.new_tree(&mut runner).unwrap(); in test_generates_matching_strings()
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A Dtexinfo.py135 new_tree = new_document('<texinfo output>')
139 new_tree += new_sect
142 tree = new_tree

1...<<11121314151617181920>>...52