Searched refs:import_export (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/lib/abi/ |
| H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 2 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12experimental15fundamentals_v112bad_an… 3 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt16nested_exception14rethrow_nestedEv', … 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 5 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt19bad_optional_access4whatEv', 'storage… 6 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc… 7 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc… 8 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110error_code7messageEv', 'storage_m… 9 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112bad_weak_ptr4whatEv', 'storage_ma… 10 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112ctype_bynameIcE10do_tolowerEPcPKc… [all …]
|
| H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 2 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12experimental15fundamentals_v112bad_an… 3 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt16nested_exception14rethrow_nestedEv', … 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 5 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt19bad_optional_access4whatEv', 'storage… 6 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc… 7 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc… 8 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110error_code7messageEv', 'storage_m… 9 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112bad_weak_ptr4whatEv', 'storage_ma… 10 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112ctype_bynameIcE10do_tolowerEPcPKc… [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | symbian.c | 819 symbian_import_export_class (tree ctype, int import_export) in symbian_import_export_class() argument 826 switch (import_export) in symbian_import_export_class() 846 import_export = 1; in symbian_import_export_class() 878 return import_export; in symbian_import_export_class()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 1347 int import_export = 0; in import_export_class() local 1368 import_export = -1; in import_export_class() 1370 import_export = 1; in import_export_class() 1377 import_export = repo_export_class_p (ctype) ? 1 : -1; in import_export_class() 1390 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1); in import_export_class() 1395 if (MULTIPLE_SYMBOL_SPACES && import_export == -1) in import_export_class() 1396 import_export = 0; in import_export_class() 1400 import_export = targetm.cxx.import_export_class (ctype, import_export); in import_export_class() 1402 if (import_export) in import_export_class() 1405 CLASSTYPE_INTERFACE_ONLY (ctype) = (import_export < 0); in import_export_class()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 1728 int import_export = 0; local 1749 import_export = -1; 1751 import_export = 1; 1755 if (import_export == 0 1758 import_export = -1; 1762 if (import_export == 0 1767 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1); 1771 if (import_export == -1) 1772 import_export = 0; 1775 if (import_export) [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tm.texi | 8966 …typefn {Target Hook} int TARGET_CXX_IMPORT_EXPORT_CLASS (tree @var{type}, int @var{import_export}) 8968 class @var{type} to be overruled. Upon entry @var{import_export}
|