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

  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 201 iexport_proto Marks a function to be exported, but with the
209 If iexport_proto or iexport_data_proto is used, you must also use
222 # define iexport_proto(x) internal_proto(x) macro
230 # define iexport_proto(x) export_proto(x) macro
720 iexport_proto(set_args);
772 iexport_proto(os_error);
776 iexport_proto(os_error_at);
783 iexport_proto(runtime_error);
787 iexport_proto(runtime_error_at);
791 iexport_proto(runtime_warning_at)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 201 iexport_proto Marks a function to be exported, but with the
209 If iexport_proto or iexport_data_proto is used, you must also use
222 # define iexport_proto(x) internal_proto(x) macro
230 # define iexport_proto(x) export_proto(x) macro
716 iexport_proto(set_args);
768 iexport_proto(os_error);
772 iexport_proto(os_error_at);
779 iexport_proto(runtime_error);
783 iexport_proto(runtime_error_at);
787 iexport_proto(runtime_warning_at)
    [all...]

Completed in 36 milliseconds