Searched refs:binding_cluster (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | store.cc | 1109 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 D | store.h | 539 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 D | region-model-reachability.cc | 108 const binding_cluster *other_cluster in init_cluster() 154 if (binding_cluster *bind_cluster = m_store->get_cluster (base_reg)) in add()
|
H A D | ChangeLog | 161 * 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 D | region-model-asm.cc | 274 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); in on_asm_stmt()
|
H A D | region-model-impl-calls.cc | 316 const binding_cluster *c = iter.second; in impl_call_analyzer_dump_escaped()
|
H A D | region.cc | 1156 binding_cluster c (this); in get_svalue_for_initializer()
|
H A D | svalue.cc | 748 if (const binding_cluster *c = store->get_cluster (base_reg)) in implicitly_live_p()
|
H A D | program-state.cc | 1229 binding_cluster *cluster in can_purge_base_region_p()
|
H A D | region-model.cc | 2399 binding_cluster c (base_reg); in get_initial_value_for_global()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 127 struct GTY(()) binding_cluster struct 148 binding_cluster GTY((length ("%h.base.u.dependence_info.base"))) vec[1]; argument
|
H A D | name-lookup.cc | 153 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 D | ptree.cc | 300 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); in cxx_print_xnode()
|
H A D | tree.cc | 2336 + clusters * sizeof (binding_cluster)); in make_binding_vec()
|
H A D | ChangeLog-2020 | 831 (struct binding_index, struct binding_cluster): New.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | analyzer.texi | 554 to @code{binding_cluster::mark_as_escaped} to trap a point where
|
H A D | gccint.info | 47406 to 'binding_cluster::mark_as_escaped' to trap a point where
|