Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDdecl2.c83 static void import_export_class (tree);
1344 import_export_class (tree ctype) in import_export_class() function
1399 if (targetm.cxx.import_export_class) in import_export_class()
1400 import_export = targetm.cxx.import_export_class (ctype, import_export); in import_export_class()
2038 import_export_class (class_type); in import_export_decl()
2107 import_export_class (type); in import_export_decl()
2162 import_export_class (ctype); in import_export_decl()
HDChangeLog-2001963 * decl2.c (import_export_class): Don't use
1615 * decl2.c (import_export_class): Update.
2449 * decl2.c (import_export_decl): Don't call import_export_class
2682 (import_export_class): Likewise.
HDChangeLog-20042238 * decl2.c (import_export_class)
2537 coerce_delete_type, import_export_class, decl_needed_p,
3126 (import_export_class): Use repo_export_class_p.
3877 * decl2.c (import_export_class): Never export/import vtables
4145 * decl2.c (import_export_class): Invoke the
4146 import_export_class field in the gcc_target structure if it is not
HDChangeLog-20004323 (import_export_class): Don't need to check for template classes.
5679 (import_export_vtable, import_export_class): ...here.
5898 (import_export_class): Remove declaration.
5899 * decl2.c (import_export_class): Make it static.
7140 * decl2.c (import_export_class): Undo 12/14 change.
HDChangeLog-1998822 * decl2.c (import_export_decl): Call import_export_class.
962 (finish_struct_1): Don't call import_export_class.
3028 (import_export_class): ...to here. Handle dllimport/export.
3032 * decl2.c (import_export_class): Split out...
3034 * class.c (finish_struct_1): Call import_export_class if at_eof.
HDChangeLog-1999146 * decl2.c (import_export_class): Likewise.
294 * decl2.c (import_export_class): Don't ignore dllimport.
6217 * decl2.c (import_export_class): Also return if
6733 * decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
HDChangeLog-2002199 key_method, import_export_vtable, import_export_class,
/NextBSD/contrib/gcc/
HDtarget.h764 int (*import_export_class) (tree, int); member
HDChangeLog-200119519 * cp/decl2.c (import_export_class): Update.
19605 (import_export_class): Use existence of target function pointer.
HDChangeLog-200426847 import_export_class.