Home
last modified time | relevance | path

Searched refs:BINDING_VECTOR_CLUSTER_BASE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h138 #define BINDING_VECTOR_CLUSTER_BASE(NODE) \ macro
H A Dname-lookup.cc153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in search_imported_binding_slot()
259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); in get_fixed_binding_slot()
355 memcpy (BINDING_VECTOR_CLUSTER_BASE (new_vec), in append_imported_binding_slot()
356 BINDING_VECTOR_CLUSTER_BASE (*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()
6216 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in finish_nonmember_using_decl()
7308 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in consider_binding_level()
[all …]
H A DChangeLog-2020832 (BINDING_VECTOR_ALLOC_CLUSTERS, BINDING_VECTOR_CLUSTER_BASE)