Home
last modified time | relevance | path

Searched refs:existed (Results 1 – 25 of 39) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dprofile.h48 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()
H A Dhash-map.h149 bool existed = !hash_entry::is_empty (*e); in class() local
150 if (!existed) in class()
154 return existed; in class()
169 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
177 if (existed != NULL) in class()
178 *existed = !ins; in class()
H A Dsymbol-summary.h203 bool existed; in class() local
204 T **v = &m_map.get_or_insert (uid, &existed); in class()
205 if (!existed) in class()
403 bool existed; in class() local
404 T **v = &m_map.get_or_insert (uid, &existed); in class()
405 if (!existed) in class()
H A Dhash-set.h48 bool existed = !Traits::is_empty (*e); in add() local
49 if (!existed) in add()
52 return existed; in add()
H A Dgentarget-def.c185 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()
H A Dtimevar.c174 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()
H A Dgimple-ssa-backprop.c582 bool existed; in process_var() local
583 usage_info *&map_info = m_info_map.get_or_insert (var, &existed); in process_var()
584 if (!existed) in process_var()
H A Dsymtab.c1242 bool existed; in verify_symtab_nodes() local
1245 &existed); in verify_symtab_nodes()
1246 if (!existed) in verify_symtab_nodes()
1587 bool existed; in priority_info() local
1589 = &symtab->init_priority_hash->get_or_insert (this, &existed); in priority_info()
1590 if (!existed) in priority_info()
H A Dgenmatch.c1843 bool existed; in analyze() local
1844 sinfo *&si = map.get_or_insert (s, &existed); in analyze()
1845 if (!existed) in analyze()
4013 bool existed; in get_internal_capture_id() local
4015 capture_ids->get_or_insert (xstrdup (id), &existed); in get_internal_capture_id()
4016 if (existed) in get_internal_capture_id()
4118 bool existed; in parse_capture() local
4119 unsigned &num = capture_ids->get_or_insert (id, &existed); in parse_capture()
4120 if (!existed) in parse_capture()
H A Dtree-ssa.c1065 bool existed; in verify_ssa() local
1066 tree &val = ssa_info.get_or_insert (info, &existed); in verify_ssa()
1067 if (existed) in verify_ssa()
H A Dexcept.c679 bool existed = false; in add_type_for_runtime() local
680 tree *slot = &type_to_runtime_map->get_or_insert (type, &existed); in add_type_for_runtime()
681 if (!existed) in add_type_for_runtime()
H A Dipa-devirt.c3249 bool existed;
3252 (nodes[0]->decl, &existed);
3254 if (existed)
H A Dipa-icf.c2949 bool existed; in subdivide_classes_by_sensitive_refs() local
2951 = &split_map.get_or_insert (collection, &existed); in subdivide_classes_by_sensitive_refs()
2956 if (existed) in subdivide_classes_by_sensitive_refs()
H A Dtree-ssa-strlen.c400 bool existed; in addr_stridxptr() local
401 stridxlist *list = &decl_to_stridxlist_htab->get_or_insert (base, &existed); in addr_stridxptr()
402 if (existed) in addr_stridxptr()
H A Dvar-tracking.c2074 bool existed; in get_addr_from_global_cache() local
2075 rtx *slot = &global_get_addr_cache->get_or_insert (loc, &existed); in get_addr_from_global_cache()
2076 if (existed) in get_addr_from_global_cache()
2112 bool existed; in get_addr_from_local_cache() local
2113 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed); in get_addr_from_local_cache()
2114 if (existed) in get_addr_from_local_cache()
H A Dtree-vect-data-refs.c829 bool existed; in vect_record_base_alignment() local
831 = vinfo->base_alignments.get_or_insert (drb->base_address, &existed); in vect_record_base_alignment()
832 if (!existed || entry->base_alignment < drb->base_alignment) in vect_record_base_alignment()
H A Dtree-inline.c868 bool existed; in remap_dependence_clique() local
869 unsigned short &newc = id->dependence_map->get_or_insert (clique, &existed); in remap_dependence_clique()
870 if (!existed) in remap_dependence_clique()
H A Dtree-eh.c438 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, in find_goto_replacement() local
440 gcc_assert (!existed); in find_goto_replacement()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c322 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument
338 if (existed != NULL) in ttm_ref_object_add()
339 *existed = true; in ttm_ref_object_add()
380 if (existed != NULL) in ttm_ref_object_add()
381 *existed = false; in ttm_ref_object_add()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_object.h249 enum ttm_ref_type ref_type, bool *existed,
/dragonfly/share/zoneinfo/
H A DREADME30 * Give an idea of the variety of local time rules that have existed
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c834 bool existed; in register_resolution() local
841 = file_data->resolution_map->get_or_insert (decl, &existed); in register_resolution()
842 if (!existed in register_resolution()
/dragonfly/contrib/file/magic/Magdir/
H A Dmacintosh31 # BinHex 3.0 never existed
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c1098 bool existed; in get_fundef_copy() local
1099 tree *slot = &fundef_copies_table->get_or_insert (fun, &existed); in get_fundef_copy()
1101 if (!existed) in get_fundef_copy()
/dragonfly/contrib/xz/
H A DNEWS471 size greater than 256 GiB). The limitations existed to avoid false

12