Home
last modified time | relevance | path

Searched refs:keyed_classes (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c3165 while (keyed_classes != NULL_TREE in emit_instantiate_pending_templates()
3166 && maybe_emit_vtables (TREE_VALUE (keyed_classes))) in emit_instantiate_pending_templates()
3169 keyed_classes = TREE_CHAIN (keyed_classes); in emit_instantiate_pending_templates()
3172 t = keyed_classes; in emit_instantiate_pending_templates()
H A DChangeLog-20036814 (cp_global_trees): rename dynamic_classes to keyed_classes
6817 the class to keyed_classes list if there is no key method.
6818 * decl.c (finish_function): add class to keyed_classes list if we
6821 of a dynamic class to keyed_classes list.
6823 (finish_file): iterate only through keyed_classes list when
H A Dclass.c5048 keyed_classes = tree_cons (NULL_TREE, t, keyed_classes); in finish_struct_1()
H A Dcp-tree.h641 #define keyed_classes cp_global_trees[CPTI_KEYED_CLASSES] macro
H A Ddecl.c11826 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes); in finish_function()
H A Dpt.c6131 keyed_classes = tree_cons (NULL_TREE, type, keyed_classes); in instantiate_class_template()
H A DChangeLog-20043150 to keyed_classes. Don't call repo_template_used.