Home
last modified time | relevance | path

Searched refs:insert_late_enum_def_bindings (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.h452 extern void insert_late_enum_def_bindings (tree, tree);
DChangeLog-20171555 (set_class_bindings, insert_late_enum_def_bindings): Adjust.
1583 (insert_late_enum_def_bindings): Reimplement.
1648 (insert_late_enum_def_bindings): Reimplement. Create vector if
1926 insert_late_enum_def_bindings.
1939 insert_late_enum_def_bindings): Declare.
1941 insert_late_enum_def_bindings name change.
1949 set_class_bindings, insert_late_enum_def_bindings): ... here.
Dname-lookup.cc2321 insert_late_enum_def_bindings (tree klass, tree enumtype) in insert_late_enum_def_bindings() function
DChangeLog-20185285 insert_late_enum_def_bindings): Use vec qsort method instead of
Ddecl.cc16592 insert_late_enum_def_bindings (current_class_type, enumtype); in finish_enum_value_list()