Searched refs:existed (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dhash-map.h209 bool existed = !hash_entry::is_empty (*e); local
210 if (!existed)
214 return existed;
226 if it doesn't already exist. If existed is not NULL then it is set to false
229 Value &get_or_insert (const Key &k, bool *existed = NULL)
237 if (existed != NULL)
238 *existed = !ins;
H A Dhash-set.h203 bool existed = !hash_entry::is_empty (*e); local
204 if (!existed)
207 return existed;
H A Dsymbol-summary.h246 bool existed; local
247 T **v = &m_map.get_or_insert (uid, &existed);
248 if (!existed)
H A Dsymtab.c1127 bool existed; local
1130 &existed);
1131 if (!existed)
1405 bool existed; local
1407 = &symtab->init_priority_hash->get_or_insert (this, &existed);
1408 if (!existed)
H A Dexcept.c723 bool existed = false;
724 tree *slot = &type_to_runtime_map->get_or_insert (type, &existed);
725 if (!existed)
H A Dtree-ssa-strlen.c358 bool existed; local
359 stridxlist *list = &decl_to_stridxlist_htab->get_or_insert (base, &existed);
360 if (existed)
H A Dgenmatch.c2945 bool existed; local
2946 unsigned &num = capture_ids->get_or_insert (id, &existed);
2947 if (!existed)
H A Dipa-devirt.c3084 bool existed; local
3087 (nodes[0]->decl, &existed);
3089 if (existed)
H A Dvar-tracking.c2053 bool existed; local
2054 rtx *slot = &global_get_addr_cache->get_or_insert (loc, &existed);
2055 if (existed)
2091 bool existed; local
2092 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed);
2093 if (existed)
3798 existed, all in a single pass. */
4560 non-star-canonical, values that pre-existed in canonical form
H A Dtree-ssa-structalias.c445 bool existed; local
446 varinfo_t *slot_p = &call_stmt_vars->get_or_insert (call, &existed);
447 if (existed)
1174 Return false if the edge already existed, true otherwise. */
1187 Return false if the edge already existed, true otherwise. */
H A Dtree-inline.c881 bool existed; local
882 unsigned short &newc = id->dependence_map->get_or_insert (clique, &existed);
883 if (!existed)
H A Dtree-eh.c474 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, local
476 gcc_assert (!existed);
2219 /* We assume that since BODYP already existed, adding EH_SEQ to it
H A Dtree-cfg.c6352 bool existed;
6353 tree &loc = vars_map->get_or_insert (t, &existed);
6355 if (!existed)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dreq.s31 # already existed.
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c4123 bool existed;
4125 pragma_entry *slot = &pragma_htab->get_or_insert (name, &existed);
4126 if (!existed)
4114 bool existed; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c1320 bool existed;
1321 bool *slot = &mflip_mips16_htab->get_or_insert (name, &existed);
1322 if (!existed)
6686 bool existed;
6687 rtx *slot = &mips16_local_aliases->get_or_insert (func, &existed);
6690 if (!existed)
1317 bool existed; local
6653 bool existed; local

Completed in 420 milliseconds