Searched refs:cp_class_binding (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.h145 typedef struct GTY(()) cp_class_binding {
149 } cp_class_binding;
206 vec<cp_class_binding, va_gc> *class_shadowed;
143 typedef struct GTY(()) cp_class_binding { struct
147 } cp_class_binding; typedef in typeref:struct:cp_class_binding
H A Dname-lookup.c334 cp_class_binding cb = {cxx_binding_make (value, type), name};
1887 cp_class_binding *b;
2957 cp_class_binding *cb;
6102 /* Like store_bindings, but NAMES is a vector of cp_class_binding
6106 store_class_bindings (vec<cp_class_binding, va_gc> *names,
6111 cp_class_binding *cb;

Completed in 76 milliseconds