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

  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 196 export_proto Marks a symbol to be exported, and adds PREFIX
220 # define export_proto(x) sym_rename(x, PREFIX(x)) macro
228 # define export_proto(x) sym_rename(x, PREFIX(x)) macro
230 # define iexport_proto(x) export_proto(x)
235 #define iexport_data_proto(x) export_proto(x)
914 export_proto(string_len_trim);
918 export_proto(string_len_trim_char4);
951 export_proto(stop_string);
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 196 export_proto Marks a symbol to be exported, and adds PREFIX
220 # define export_proto(x) sym_rename(x, PREFIX(x)) macro
228 # define export_proto(x) sym_rename(x, PREFIX(x)) macro
230 # define iexport_proto(x) export_proto(x)
235 #define iexport_data_proto(x) export_proto(x)
910 export_proto(string_len_trim);
914 export_proto(string_len_trim_char4);
947 export_proto(stop_string);

Completed in 18 milliseconds