Home
last modified time | relevance | path

Searched refs:get_class_binding (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.h312 extern tree get_class_binding (tree, tree, int type_or_fns = -1);
H A Dsearch.c980 nval = get_class_binding (type, lfi->name, lfi->want_type); in lookup_field_r()
2055 tree ovl = get_class_binding (type, DECL_NAME (fndecl)); in look_for_overrides_here()
2377 if (tree conv = get_class_binding (BINFO_TYPE (binfo), conv_op_identifier)) in lookup_conversions_r()
H A Dname-lookup.c1278 get_class_binding (tree klass, tree name, int type_or_fns) in get_class_binding() function
4522 get_class_binding (tree name, cp_binding_level *scope) in get_class_binding() function
4662 binding = get_class_binding (name, class_binding_level); in push_class_level_binding_1()
6144 class_binding = get_class_binding (name, scope); in outer_binding()
H A Ddecl2.c649 tree fns = get_class_binding (ctype, DECL_NAME (function)); in check_classfn()
711 fns = get_class_binding (ctype, conv_op_identifier); in check_classfn()
H A Dclass.c2741 for (ovl_iterator iter (get_class_binding (t, name)); iter; ++iter) in get_basefndecls()
5220 for (ovl_iterator iter (get_class_binding (inner, complete_ctor_identifier)); in type_build_ctor_call()
5247 for (ovl_iterator iter (get_class_binding (inner, complete_dtor_identifier)); in type_build_dtor_call()
H A Dcall.c3762 ctors = get_class_binding (totype, complete_ctor_identifier); in build_user_type_conversion_1()
8402 tree fns = get_class_binding (type, assign_op_identifier); in has_trivial_copy_assign_p()
8451 tree fns = get_class_binding (type, complete_ctor_identifier); in has_trivial_copy_p()
H A Ddecl.c5907 == get_class_binding (type, id, false)); in reshape_init_class()
5912 field = get_class_binding (type, d->cur->index, false); in reshape_init_class()
8124 cleanup = get_class_binding (type, complete_dtor_identifier); in register_dtor_fn()
H A Dsemantics.c8929 fns = get_class_binding (type, assign_p ? assign_op_identifier in classtype_has_nothrow_assign_or_copy_p()
H A Dpt.c1219 tree fns = get_class_binding (class_specialization, DECL_NAME (tmpl)); in retrieve_specialization()
3040 tree fns = get_class_binding (ctype, IDENTIFIER_CONV_OP_P (name) in check_explicit_specialization()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c2959 get_class_binding (tree name, cp_binding_level *scope) in get_class_binding() function
3090 binding = get_class_binding (name, class_binding_level); in push_class_level_binding_1()
4558 class_binding = get_class_binding (name, scope); in outer_binding()