| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-range-edge.cc | 120 bool existed; in calc_switch_ranges() local 154 irange *&slot = m_edge_table->get_or_insert (e, &existed); in calc_switch_ranges() 155 if (existed) in calc_switch_ranges() 170 irange *&slot = m_edge_table->get_or_insert (default_edge, &existed); in calc_switch_ranges() 172 gcc_checking_assert (!existed); in calc_switch_ranges()
|
| D | profile.h | 48 bool existed; in edge_gcov_count() local 49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count() 50 if (!existed) in edge_gcov_count()
|
| D | ordered-hash-map.h | 58 bool existed = m_map.put (k, v); in put() local 59 if (!existed) in put() 69 return existed; in put()
|
| D | coroutine-passes.cc | 350 bool existed; in execute_early_expand_coro_ifns() local 352 tree &res_dest = destinations.get_or_insert (idx, &existed); in execute_early_expand_coro_ifns() 353 if (existed && dump_file) in execute_early_expand_coro_ifns() 365 tree &dst_dest = destinations.get_or_insert (idx + 1, &existed); in execute_early_expand_coro_ifns() 366 if (existed && dump_file) in execute_early_expand_coro_ifns()
|
| D | ctfc.cc | 121 bool existed = false; in ctf_dtd_insert() local 128 existed = true; in ctf_dtd_insert() 130 gcc_assert (!existed); in ctf_dtd_insert() 154 bool existed = false; in ctf_dvd_insert() local 161 existed = true; in ctf_dvd_insert() 163 gcc_assert (!existed); in ctf_dvd_insert() 187 bool existed = false; in ctf_dvd_ignore_insert() local 194 existed = true; in ctf_dvd_ignore_insert() 196 gcc_assert (!existed); in ctf_dvd_ignore_insert()
|
| D | hash-set.h | 59 bool existed = !Traits::is_empty (*e); in add() local 60 if (!existed) in add() 63 return existed; in add()
|
| D | ipa-reference.cc | 161 ipa_reference_var_get_or_insert_uid (tree t, bool *existed) in ipa_reference_var_get_or_insert_uid() argument 164 (symtab_node::get (t)->ultimate_alias_target (NULL)->decl, existed); in ipa_reference_var_get_or_insert_uid() 165 if (!*existed) in ipa_reference_var_get_or_insert_uid() 519 bool existed; in analyze_function() local 527 id = ipa_reference_var_get_or_insert_uid (var, &existed); in analyze_function() 528 if (!existed) in analyze_function() 1172 bool existed; in ipa_reference_read_optimization_summary() local 1175 (v_decl, &existed)); in ipa_reference_read_optimization_summary() 1176 gcc_checking_assert (!existed); in ipa_reference_read_optimization_summary()
|
| D | gentarget-def.cc | 185 bool existed; in def_target_insn() local 186 const char *&entry = have_funcs->get_or_insert (test, &existed); in def_target_insn() 187 if (!existed) in def_target_insn()
|
| D | symbol-summary.h | 201 bool existed; in class() local 202 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class() 203 if (!existed) in class() 700 bool existed; 701 T **v = &m_map.get_or_insert (edge->get_uid (), &existed); 702 if (!existed)
|
| D | hash-map.h | 197 Value &get_or_insert (const Key &k, bool *existed = NULL) in class() 208 if (existed != NULL) in class() 209 *existed = !ins; in class()
|
| D | ipa-free-lang-data.cc | 204 bool existed; in fld_process_array_type() local 206 = map->get_or_insert (t, &existed); in fld_process_array_type() 207 if (!existed) in fld_process_array_type() 274 bool existed; in fld_incomplete_type_of() local 276 = fld_incomplete_types->get_or_insert (t, &existed); in fld_incomplete_type_of() 278 if (!existed) in fld_incomplete_type_of()
|
| D | graphite.cc | 263 bool existed; in cached_scalar_evolution_in_region() local 264 tree &chrec = seir_cache->get_or_insert (key, &existed); in cached_scalar_evolution_in_region() 265 if (!existed) in cached_scalar_evolution_in_region()
|
| D | timevar.cc | 174 bool existed; in push() local 175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push() 176 if (!existed) in push()
|
| D | gimple-ssa-backprop.cc | 578 bool existed; in process_var() local 579 usage_info *&map_info = m_info_map.get_or_insert (var, &existed); in process_var() 580 if (!existed) in process_var()
|
| D | symtab.cc | 1485 bool existed; in verify_symtab_nodes() local 1488 &existed); in verify_symtab_nodes() 1489 if (!existed) in verify_symtab_nodes() 1859 bool existed; in priority_info() local 1861 = &symtab->init_priority_hash->get_or_insert (this, &existed); in priority_info() 1862 if (!existed) in priority_info()
|
| D | tree-ssa-loop-split.cc | 1181 bool existed; in stmt_semi_invariant_p_1() local 1182 bool &invar = stmt_stat.get_or_insert (stmt, &existed); in stmt_semi_invariant_p_1() 1184 if (existed) in stmt_semi_invariant_p_1()
|
| D | ipa-icf.cc | 167 bool existed; in add_reference() local 170 vec<sem_item *> &v = refs->get_or_insert (pair, &existed); in add_reference() 171 if (existed) in add_reference() 2817 bool existed; in subdivide_classes_by_sensitive_refs() local 2819 = &split_map.get_or_insert (collection, &existed); in subdivide_classes_by_sensitive_refs() 2824 if (existed) in subdivide_classes_by_sensitive_refs()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | ttm_object.c | 353 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument 369 if (existed != NULL) in ttm_ref_object_add() 370 *existed = true; in ttm_ref_object_add() 411 if (existed != NULL) in ttm_ref_object_add() 412 *existed = false; in ttm_ref_object_add()
|
| D | vmwgfx_bo.c | 703 bool existed; in vmw_user_bo_synccpu_grab() local 732 TTM_REF_SYNCCPU_WRITE, &existed, false); in vmw_user_bo_synccpu_grab() 733 if (ret != 0 || existed) in vmw_user_bo_synccpu_grab()
|
| D | ttm_object.h | 251 enum ttm_ref_type ref_type, bool *existed,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | coroutines.cc | 2033 bool existed; in transform_local_var_uses() local 2035 = lvd->local_var_uses->get_or_insert (lvar, &existed); in transform_local_var_uses() 2036 gcc_checking_assert (existed); in transform_local_var_uses() 2945 bool existed; in handle_nested_conditionals() local 2946 tree& flag = map.get_or_insert (n->var, &existed); in handle_nested_conditionals() 2947 if (!existed) in handle_nested_conditionals() 3792 bool existed; in rewrite_param_uses() local 3793 param_info &parm = data->param_uses->get_or_insert (*stmt, &existed); in rewrite_param_uses() 3794 gcc_checking_assert (existed); in rewrite_param_uses() 3823 bool existed; in analyze_fn_parms() local [all …]
|
| D | module.cc | 1991 bool existed; in name() local 1992 int *slot = &identtab.get_or_insert (ident, &existed); in name() 1993 if (!existed) in name() 4740 bool existed = tree_map.put (val, ix + tag_fixed); in mark_trees() local 4741 gcc_checking_assert (!TREE_VISITED (val) && !existed); in mark_trees() 4783 bool existed = tree_map.put (decl, tag_value); in mark_by_value() local 4784 gcc_checking_assert (!existed); in mark_by_value() 4803 bool existed; in insert() local 4804 int &slot = tree_map.get_or_insert (t, &existed); in insert() 4805 gcc_checking_assert (TREE_VISITED (t) == existed in insert() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.opt | 115 ;; This option existed in the past, but now is always on. 147 ;; This option existed in the past, but now is always off. 174 ;; This option existed in the past, but now is always off. 422 ; This option existed in the past, but now is always on. 435 ; This option existed in the past, but now is always on. 473 ; This option existed in the past, but now is always the same as -mvsx.
|
| /netbsd/src/lib/libc/time/ |
| D | README | 33 * Give an idea of the variety of local time rules that have existed
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/doc/ |
| D | ack.texi | 7 kth-krb would never have existed. Since there are no longer any Eric
|