Searched refs:get_class_binding (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.h | 312 extern tree get_class_binding (tree, tree, int type_or_fns = -1);
|
H A D | search.c | 980 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 D | name-lookup.c | 1278 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 D | decl2.c | 649 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 D | class.c | 2741 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 D | call.c | 3762 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 D | decl.c | 5907 == 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 D | semantics.c | 8929 fns = get_class_binding (type, assign_p ? assign_op_identifier in classtype_has_nothrow_assign_or_copy_p()
|
H A D | pt.c | 1219 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 D | name-lookup.c | 2959 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()
|