HomeSort by: relevance | last modified time | path
    Searched defs:import_export (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 2402 int import_export = 0;
2423 import_export = -1;
2425 import_export = 1;
2432 import_export = -1;
2445 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1);
2450 if (MULTIPLE_SYMBOL_SPACES && import_export == -1)
2451 import_export = 0;
2455 import_export = targetm.cxx.import_export_class (ctype, import_export);
2457 if (import_export)
2397 int import_export = 0; local
    [all...]
decl2.cc 2402 int import_export = 0;
2423 import_export = -1;
2425 import_export = 1;
2432 import_export = -1;
2445 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1);
2450 if (MULTIPLE_SYMBOL_SPACES && import_export == -1)
2451 import_export = 0;
2455 import_export = targetm.cxx.import_export_class (ctype, import_export);
2457 if (import_export)
2397 int import_export = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 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)
2273 int import_export = 0; local
    [all...]
decl2.cc 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)
2273 int import_export = 0; local
    [all...]

Completed in 43 milliseconds