Home
last modified time | relevance | path

Searched refs:push_class_level_binding (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.h300 extern bool push_class_level_binding (tree, tree);
H A Dname-lookup.c4479 is_valid = push_class_level_binding (name, x); in pushdecl_class_level()
4764 push_class_level_binding (tree name, tree x) in push_class_level_binding() function
H A Dclass.c1147 && !push_class_level_binding (DECL_NAME (method), current_fns)) in add_method()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.h334 extern bool push_class_level_binding (tree, tree);
H A Dname-lookup.c2930 is_valid = push_class_level_binding (name, x); in pushdecl_class_level()
3192 push_class_level_binding (tree name, tree x) in push_class_level_binding() function
H A Dclass.c1128 push_class_level_binding (DECL_NAME (method), overload); in add_method()