Searched refs:import_export_class (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl2.c | 83 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() 2001 import_export_class (class_type); in import_export_decl() 2070 import_export_class (type); in import_export_decl() 2122 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,
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | target.h | 760 int (*import_export_class) (tree, int); member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 89 static void import_export_class PARAMS ((tree)); 1724 import_export_class (ctype) in import_export_class() function 1827 import_export_class (ctype); in maybe_emit_vtables() 1946 import_export_class (ctype); 1988 import_export_class (type);
|
H A D | ChangeLog | 6940 * decl2.c (import_export_class): Don't use 7592 * decl2.c (import_export_class): Update. 8426 * decl2.c (import_export_decl): Don't call import_export_class 8659 (import_export_class): Likewise. 14195 (import_export_class): Don't need to check for template classes. 15551 (import_export_vtable, import_export_class): ...here. 15770 (import_export_class): Remove declaration. 15771 * decl2.c (import_export_class): Make it static. 17012 * decl2.c (import_export_class): Undo 12/14 change.
|
H A D | ChangeLog.2 | 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 7610 * decl2.c (import_export_decl): Call import_export_class. 7750 (finish_struct_1): Don't call import_export_class. 9816 (import_export_class): ...to here. Handle dllimport/export. 9820 * decl2.c (import_export_class): Split out... 9822 * class.c (finish_struct_1): Call import_export_class if at_eof.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.5 | 312 * cp/decl2.c (import_export_class): Update. 398 (import_export_class): Use existence of target function pointer.
|