Searched refs:import_export_class (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h764 int (*import_export_class) (tree, int); member in struct:gcc_target::cxx
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c83 static void import_export_class (tree);
1349 import_export_class (tree ctype)
1404 if (targetm.cxx.import_export_class)
1405 import_export = targetm.cxx.import_export_class (ctype, import_export);
2025 import_export_class (class_type);
2094 import_export_class (type);
2146 import_export_class (ctype);
1344 import_export_class (tree ctype) function

Completed in 90 milliseconds