Searched refs:import_export_class (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 82 static void import_export_class (tree); 2066 import_export_class (tree ctype) in import_export_class() function 2121 if (targetm.cxx.import_export_class) in import_export_class() 2122 import_export = targetm.cxx.import_export_class (ctype, import_export); in import_export_class() 3059 import_export_class (class_type); in import_export_decl() 3126 import_export_class (type); in import_export_decl() 3177 import_export_class (ctype); in import_export_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 81 static void import_export_class (tree); 2269 import_export_class (tree ctype) in import_export_class() function 2324 if (targetm.cxx.import_export_class) in import_export_class() 2325 import_export = targetm.cxx.import_export_class (ctype, import_export); in import_export_class() 3252 import_export_class (class_type); in import_export_decl() 3319 import_export_class (type); in import_export_decl() 3370 import_export_class (ctype); in import_export_decl()
|
H A D | ChangeLog-2001 | 963 * 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.
|
H A D | ChangeLog-2004 | 2238 * 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
|
H A D | ChangeLog-2000 | 4323 (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.
|
H A D | ChangeLog-1998 | 822 * 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.
|
H A D | ChangeLog-1999 | 146 * 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
|
H A D | ChangeLog-2002 | 199 key_method, import_export_vtable, import_export_class,
|
H A D | ChangeLog-2019 | 2597 * decl2.c (import_export_class): Always
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target.def | 6162 (import_export_class,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 19519 * cp/decl2.c (import_export_class): Update. 19605 (import_export_class): Use existence of target function pointer.
|
H A D | ChangeLog-2004 | 26847 import_export_class.
|