Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dpeer.c363 bool existed; \
365 existed = DNS_BIT_CHECK(macro, &peer->bitflags); \ in dns_peer_getbogus()
368 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); \ in dns_peer_getbogus()
399 bool existed; \ in dns_peer_getprovideixfr()
401 existed = DNS_BIT_CHECK(macro, &peer->bitflags); \ in dns_peer_getprovideixfr()
407 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); \ in dns_peer_setrequestixfr()
351 bool existed; dns_peer_setbogus() local
378 bool existed; dns_peer_setprovideixfr() local
405 bool existed; dns_peer_setrequestixfr() local
432 bool existed; dns_peer_setsupportedns() local
459 bool existed; dns_peer_setrequestnsid() local
486 bool existed; dns_peer_setsendcookie() local
513 bool existed; dns_peer_setrequestexpire() local
540 bool existed; dns_peer_setforcetcp() local
567 bool existed; dns_peer_settcpkeepalive() local
594 bool existed; dns_peer_settransfers() local
621 bool existed; dns_peer_settransferformat() local
797 bool existed; dns_peer_setudpsize() local
824 bool existed; dns_peer_setmaxudp() local
851 bool existed; dns_peer_setpadding() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpeer.c306 bool existed; in dns_peer_setbogus() local
310 existed = DNS_BIT_CHECK(BOGUS_BIT, &peer->bitflags); in dns_peer_setbogus()
315 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setbogus()
333 bool existed; in dns_peer_setprovideixfr() local
337 existed = DNS_BIT_CHECK(PROVIDE_IXFR_BIT, &peer->bitflags); in dns_peer_setprovideixfr()
342 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setprovideixfr()
360 bool existed; in dns_peer_setrequestixfr() local
364 existed = DNS_BIT_CHECK(REQUEST_IXFR_BIT, &peer->bitflags); in dns_peer_setrequestixfr()
369 return (existed ? ISC_R_EXISTS : ISC_R_SUCCESS); in dns_peer_setrequestixfr()
387 bool existed; in dns_peer_setsupportedns() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-edge.cc120 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()
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 Dordered-hash-map.h58 bool existed = m_map.put (k, v); in put() local
59 if (!existed) in put()
69 return existed; in put()
H A Dcoroutine-passes.cc350 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()
H A Dctfc.cc121 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()
H A Dhash-set.h59 bool existed = !Traits::is_empty (*e); in add() local
60 if (!existed) in add()
63 return existed; in add()
H A Dipa-reference.cc161 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()
H A Dgentarget-def.cc185 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 Dsymbol-summary.h201 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)
H A Dhash-map.h197 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
208 if (existed != NULL) in class()
209 *existed = !ins; in class()
H A Dipa-free-lang-data.cc204 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()
H A Dgraphite.cc263 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()
/netbsd-src/external/gpl3/gcc.old/dist/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 Dordered-hash-map.h58 bool existed = m_map.put (k, v); in put() local
59 if (!existed) in put()
69 return existed; in put()
H A Dcoroutine-passes.cc350 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()
H A Dhash-set.h59 bool existed = !Traits::is_empty (*e); in add() local
60 if (!existed) in add()
63 return existed; in add()
H A Dipa-reference.c161 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()
1164 bool existed; in ipa_reference_read_optimization_summary() local
1167 (v_decl, &existed)); in ipa_reference_read_optimization_summary()
1168 gcc_checking_assert (!existed); in ipa_reference_read_optimization_summary()
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 Dsymbol-summary.h152 bool existed; in class() local
153 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class()
154 if (!existed) in class()
644 bool existed;
645 T **v = &m_map.get_or_insert (edge->get_uid (), &existed);
646 if (!existed)
H A Dhash-map.h192 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
203 if (existed != NULL) in class()
204 *existed = !ins; in class()
H A Dgraphite.c263 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dttm_object.c353 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2010 bool existed; in transform_local_var_uses() local
2012 = lvd->local_var_uses->get_or_insert (lvar, &existed); in transform_local_var_uses()
2013 gcc_checking_assert (existed); in transform_local_var_uses()
2061 bool existed; in transform_local_var_uses() local
2063 = lvd->local_var_uses->get_or_insert (*pvar, &existed); in transform_local_var_uses()
2064 gcc_checking_assert (existed); in transform_local_var_uses()
2271 bool existed; in build_actor_fn() local
2272 param_info &parm = param_uses->get_or_insert (arg, &existed); in build_actor_fn()
3096 bool existed; in handle_nested_conditionals() local
3097 tree& flag = map.get_or_insert (n->var, &existed); in handle_nested_conditionals()
[all …]

123456789