| /freebsd-12-stable/contrib/gcc/ |
| D | cfghooks.h | 118 edge orig, edge *to_remove, 170 edge orig, edge *to_remove,
|
| D | tree-into-ssa.c | 839 bitmap to_remove; in prune_unused_phi_nodes() local 851 to_remove = BITMAP_ALLOC (NULL); in prune_unused_phi_nodes() 852 bitmap_and_compl (to_remove, kills, uses); in prune_unused_phi_nodes() 853 bitmap_and_compl_into (phis, to_remove); in prune_unused_phi_nodes() 856 BITMAP_FREE (to_remove); in prune_unused_phi_nodes() 878 bitmap_ior (to_remove, kills, phis); in prune_unused_phi_nodes() 879 n_defs = bitmap_count_bits (to_remove); in prune_unused_phi_nodes() 884 EXECUTE_IF_SET_IN_BITMAP (to_remove, 0, i, bi) in prune_unused_phi_nodes() 893 BITMAP_FREE (to_remove); in prune_unused_phi_nodes()
|
| D | cfghooks.c | 850 edge *to_remove, in cfg_hook_duplicate_loop_to_header_edge() argument 856 orig, to_remove, in cfg_hook_duplicate_loop_to_header_edge()
|
| D | cfgloopmanip.c | 786 edge orig, edge *to_remove, in duplicate_loop_to_header_edge() argument 937 to_remove[(*n_to_remove)++] = orig; in duplicate_loop_to_header_edge() 1003 to_remove[(*n_to_remove)++] = new_spec_edges[SE_ORIG]; in duplicate_loop_to_header_edge()
|
| D | tree-ssa-loop-manip.c | 595 edge orig, edge *to_remove, in tree_duplicate_loop_to_header_edge() argument 611 orig, to_remove, n_to_remove, flags)) in tree_duplicate_loop_to_header_edge()
|
| D | cfgcleanup.c | 1604 basic_block redirect_to, redirect_from, to_remove; in try_crossjump_to_edge() local 1804 to_remove = single_succ (redirect_from); in try_crossjump_to_edge() 1807 delete_basic_block (to_remove); in try_crossjump_to_edge()
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | extent_inlines.h | 364 extent_list_replace(extent_list_t *list, extent_t *to_remove, in extent_list_replace() argument 366 ql_after_insert(to_remove, to_insert, ql_link); in extent_list_replace() 367 ql_remove(list, to_remove, ql_link); in extent_list_replace()
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tic.c | 61 static const char *to_remove; variable 118 if (to_remove != 0) { in cleanup() 120 rc = remove(to_remove); in cleanup() 122 rc = unlink(to_remove); in cleanup() 125 perror(to_remove); in cleanup() 435 to_remove = strdup(alt_file); in copy_input() 886 to_remove = source_file; in main()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionParser.cpp | 796 StringRef to_remove = cmd; in dropUnrelatedFrontTokens() local 797 while (!to_remove.empty() && !IsTokenSeparator(to_remove.back())) { in dropUnrelatedFrontTokens() 798 to_remove = to_remove.drop_back(); in dropUnrelatedFrontTokens() 800 cmd = cmd.drop_front(to_remove.size()); in dropUnrelatedFrontTokens()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | authz.c | 601 apr_array_header_t *to_remove = apr_array_make(scratch_pool, 0, in trim_subnode_hash() local 611 APR_ARRAY_PUSH(to_remove, node_t *) = node; in trim_subnode_hash() 615 if (to_remove->nelts < apr_hash_count(*hash)) in trim_subnode_hash() 619 for (i = 0; i < to_remove->nelts; ++i) in trim_subnode_hash() 621 node_t *node = APR_ARRAY_IDX(to_remove, i, node_t *); in trim_subnode_hash()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | cache-membuffer.c | 1513 int to_remove = rand() % (GROUP_SIZE * group->header.chain_length); in find_entry() local 1515 = get_group(cache, group_index, to_remove / GROUP_SIZE); in find_entry() 1517 entry = &to_shrink->entries[to_remove % GROUP_SIZE]; in find_entry()
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 1505 int to_remove; in SWIG_Lua_iterate_bases() local 1555 to_remove = subcall_last_arg - last_arg; in SWIG_Lua_iterate_bases() 1556 for(j=0;j<to_remove;j++) in SWIG_Lua_iterate_bases()
|