Lines Matching defs:import_export
2278 int import_export = 0;
2299 import_export = -1;
2301 import_export = 1;
2308 import_export = -1;
2321 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1);
2326 if (MULTIPLE_SYMBOL_SPACES && import_export == -1)
2327 import_export = 0;
2331 import_export = targetm.cxx.import_export_class (ctype, import_export);
2333 if (import_export)
2336 CLASSTYPE_INTERFACE_ONLY (ctype) = (import_export < 0);