Home
last modified time | relevance | path

Searched refs:binding_cluster (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc1109 binding_cluster::binding_cluster (const binding_cluster &other) in binding_cluster() function in ana::binding_cluster
1117 binding_cluster&
1118 binding_cluster::operator= (const binding_cluster &other) in operator =()
1130 binding_cluster::operator== (const binding_cluster &other) const in operator ==()
1152 binding_cluster::hash () const in hash()
1161 binding_cluster::symbolic_p () const in symbolic_p()
1172 binding_cluster::dump_to_pp (pretty_printer *pp, bool simple, in dump_to_pp()
1202 binding_cluster::dump (bool simple) const in dump()
1220 binding_cluster::validate () const in validate()
1244 binding_cluster::to_json () const in to_json()
[all …]
H A Dstore.h539 class binding_cluster
547 binding_cluster (const region *base_region)
550 binding_cluster (const binding_cluster &other);
551 binding_cluster& operator=(const binding_cluster &other);
553 bool operator== (const binding_cluster &other) const;
554 bool operator!= (const binding_cluster &other) const
604 static bool can_merge_p (const binding_cluster *cluster_a,
605 const binding_cluster *cluster_b,
606 binding_cluster *out_cluster,
610 void make_unknown_relative_to (const binding_cluster *other_cluster,
[all …]
H A Dregion-model-reachability.cc108 const binding_cluster *other_cluster in init_cluster()
154 if (binding_cluster *bind_cluster = m_store->get_cluster (base_reg)) in add()
H A DChangeLog161 * store.cc (binding_cluster::get_any_binding): Handle accessing
237 (binding_cluster::mark_region_as_unknown): Split param "reg" into
239 (binding_cluster::maybe_get_compound_binding): Pass "false" to
241 (binding_cluster::remove_overlapping_bindings): Determine
246 binding_cluster::mark_region_as_unknown, passing both the base
249 binding_cluster::mark_region_as_unknown, passing "reg" for both.
252 binding_cluster::remove_overlapping_bindings.
255 (binding_cluster::mark_region_as_unknown): Split param "reg" into
270 conjured_purge param to calls binding_cluster::on_asm and
293 * store.cc (binding_cluster::on_unknown_fncall): Likewise. Pass
[all …]
H A Dregion-model-asm.cc274 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); in on_asm_stmt()
H A Dregion-model-impl-calls.cc316 const binding_cluster *c = iter.second; in impl_call_analyzer_dump_escaped()
H A Dregion.cc1156 binding_cluster c (this); in get_svalue_for_initializer()
H A Dsvalue.cc748 if (const binding_cluster *c = store->get_cluster (base_reg)) in implicitly_live_p()
H A Dprogram-state.cc1229 binding_cluster *cluster in can_purge_base_region_p()
H A Dregion-model.cc2399 binding_cluster c (base_reg); in get_initial_value_for_global()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h127 struct GTY(()) binding_cluster struct
148 binding_cluster GTY((length ("%h.base.u.dependence_info.base"))) vec[1]; argument
H A Dname-lookup.cc153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in search_imported_binding_slot()
191 init_global_partition (binding_cluster *cluster, tree decl) in init_global_partition()
259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); in get_fixed_binding_slot()
315 binding_cluster &cluster in get_fixed_binding_slot()
357 have * sizeof (binding_cluster)); in append_imported_binding_slot()
361 binding_cluster *last = BINDING_VECTOR_CLUSTER_LAST (*slot); in append_imported_binding_slot()
850 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in search_namespace_only()
1206 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in adl_namespace_fns()
3525 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (mvec); in check_module_override()
3954 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in walk_module_binding()
[all …]
H A Dptree.cc300 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); in cxx_print_xnode()
H A Dtree.cc2336 + clusters * sizeof (binding_cluster)); in make_binding_vec()
H A DChangeLog-2020831 (struct binding_index, struct binding_cluster): New.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Danalyzer.texi554 to @code{binding_cluster::mark_as_escaped} to trap a point where
H A Dgccint.info47406 to 'binding_cluster::mark_as_escaped' to trap a point where